-
Notifications
You must be signed in to change notification settings - Fork 434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GLUTEN-3459] Skip unnecessary local sort for static partition write #3460
Conversation
Run Gluten Clickhouse CI |
CC: @JkSelf |
c28cf88
to
a93752a
Compare
Run Gluten Clickhouse CI |
@@ -100,6 +100,32 @@ object FileFormatWriter extends Logging { | |||
* @return | |||
* The set of all partition paths that were updated during this write job. | |||
*/ | |||
|
|||
// scalastyle:off argcount | |||
def write( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lwz9103 Can we also support in spark 32?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a good suggestion, and it has been added. Thanks.
Run Gluten Clickhouse CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
===== Performance report for TPCH SF2000 with Velox backend, for reference only ====
|
What changes were proposed in this pull request?
(Fixes: #3459)