Uh oh!
There was an error while loading. Please reload this page.
[SPARK-34952][SQL][FOLLOW-UP] DSv2 aggregate push down follow-up - #33526
[SPARK-34952][SQL][FOLLOW-UP] DSv2 aggregate push down follow-up#33526huaxingao wants to merge 5 commits into
Conversation
huaxingao
commented
Jul 26, 2021
SparkQA
commented
Jul 26, 2021
Kubernetes integration test starting |
SparkQA
commented
Jul 26, 2021
Kubernetes integration test status success |
SparkQA
commented
Jul 27, 2021
Test build #141663 has finished for PR 33526 at commit
|
huaxingao
commented
Jul 27, 2021
cc @sunchao |
SparkQA
commented
Jul 27, 2021
Kubernetes integration test starting |
SparkQA
commented
Jul 27, 2021
Kubernetes integration test status success |
SparkQA
commented
Jul 27, 2021
Kubernetes integration test starting |
SparkQA
commented
Jul 27, 2021
Kubernetes integration test status success |
SparkQA
commented
Jul 27, 2021
Test build #141674 has finished for PR 33526 at commit
|
SparkQA
commented
Jul 27, 2021
Test build #141675 has finished for PR 33526 at commit
|
There was a problem hiding this comment.
shall we change the code style of groupByColumns as well?
There was a problem hiding this comment.
Sorry, the method was automatically collapsed into one single line in my IDE, I only saw one line there. I tried to be careful, but still missed this one.
SparkQA
commented
Jul 27, 2021
Kubernetes integration test starting |
SparkQA
commented
Jul 27, 2021
Kubernetes integration test status success |
SparkQA
commented
Jul 27, 2021
Test build #141712 has finished for PR 33526 at commit
|
sunchao
left a comment
There was a problem hiding this comment.
LGTM (non-binding) with one nit. Thanks @huaxingao !
| * be: grouping columns, aggregate columns (in the same order as the aggregate functions in | ||
| * the given Aggregation). | ||
| * | ||
| * Returns true if the aggregation can be pushed down to datasource. |
There was a problem hiding this comment.
nit: maybe "@return true if the aggregation can be pushed down to datasource. False otherwise."
SparkQA
commented
Jul 27, 2021
Kubernetes integration test starting |
SparkQA
commented
Jul 27, 2021
Kubernetes integration test status success |
SparkQA
commented
Jul 28, 2021
Test build #141735 has finished for PR 33526 at commit
|
cloud-fan
commented
Jul 28, 2021
thanks, merging to master/3.2! |
### What changes were proposed in this pull request? update java doc, JDBC data source doc, address follow up comments ### Why are the changes needed? update doc and address follow up comments ### Does this PR introduce _any_ user-facing change? Yes, add the new JDBC option `pushDownAggregate` in JDBC data source doc. ### How was this patch tested? manually checked Closes#33526 from huaxingao/aggPD_followup. Authored-by: Huaxin Gao <huaxin_gao@apple.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com> (cherry picked from commit c8dd97d) Signed-off-by: Wenchen Fan <wenchen@databricks.com>
What changes were proposed in this pull request?
update java doc, JDBC data source doc, address follow up comments
Why are the changes needed?
update doc and address follow up comments
Does this PR introduce any user-facing change?
Yes, add the new JDBC option
pushDownAggregatein JDBC data source doc.How was this patch tested?
manually checked