-
Notifications
You must be signed in to change notification settings - Fork 445
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-5880][CORE] Ignore fallback for ColumnarWriteFilesExec children #7113
Conversation
Run Gluten Clickhouse CI |
@Yohahaha @zhztheplayer could you please take a look? |
checkWriteFilesAndGetChild(df2) | ||
val fallbackSummary = GlutenImplicits | ||
.collectQueryExecutionFallbackSummary(spark, df2.queryExecution) | ||
assert(fallbackSummary.numFallbackNodes == 0) |
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.
would you port the test to Spark34 module?
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.
sure, ported
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! thank you
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.
👍
What changes were proposed in this pull request?
As title
Fixes: #5880
How was this patch tested?
added unit test and manual test:
before:
after this: