[CALCITE-3724] Presto dialect implementation#1776
[CALCITE-3724] Presto dialect implementation#1776XuQianJin-Stars wants to merge 2 commits intoapache:masterfrom
Conversation
13b5a10 to
da47a0d
Compare
1637943 to
3e2c246
Compare
danny0405
left a comment
There was a problem hiding this comment.
Thanks for the PR, can you explain why we need a Presto dialect ? Which unparse logic do you want to customize ?
hi @danny0405 The previous discussion is here [1] |
Thanks, you can paste the conclusion/the background to the JIRA issue or the link is okey. |
|
Hi, @XuQianJin-Stars, could you please rebase the PR? It will be nice if you can provide presto's doc and highlight the unparse logic in Jira/PR's description. |
well, but I am a bit busy lately, I will take time to deal with this later. |
3e2c246 to
db73058
Compare
| } | ||
|
|
||
| @Test void testCubeInSpark() { | ||
| @Test public void testCubeWithGroupBy() { |
There was a problem hiding this comment.
I remember that there was a PR that removed public. We'd better follow this style.
There was a problem hiding this comment.
I remember that there was a PR that removed
public. We'd better follow this style.
well, I have changed it.
|
LGTM |
danny0405
left a comment
There was a problem hiding this comment.
+1, but needs some refactoring.
hi @danny0405 What are the main contents of rework? |
As illustrated in CALCITE-3724