-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-11644][SQL] Remove the option to turn off unsafe and codegen. #9618
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
Conversation
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.
Update the comment
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.
done
|
LGTM |
|
Test build #45597 has finished for PR 9618 at commit
|
|
Test build #45604 has finished for PR 9618 at commit
|
|
Test build #2039 has finished for PR 9618 at commit
|
|
These two tests need fix: |
|
Test build #45657 has finished for PR 9618 at commit
|
Author: Reynold Xin <[email protected]> Closes #9618 from rxin/SPARK-11644. (cherry picked from commit df97df2) Signed-off-by: Reynold Xin <[email protected]>
Author: Reynold Xin <[email protected]> Closes apache#9618 from rxin/SPARK-11644.
…ites This patch fixes an issue where the `spark.sql.TungstenAggregate.testFallbackStartsAt` SQLConf setting was not properly reset / cleared at the end of `TungstenAggregationQueryWithControlledFallbackSuite`. This ended up causing test failures in HiveCompatibilitySuite in Maven builds by causing spilling to occur way too frequently. This configuration leak was inadvertently introduced during test cleanup in #9618. Author: Josh Rosen <[email protected]> Closes #9857 from JoshRosen/clear-fallback-prop-in-test-teardown. (cherry picked from commit a66142d) Signed-off-by: Josh Rosen <[email protected]>
…ites This patch fixes an issue where the `spark.sql.TungstenAggregate.testFallbackStartsAt` SQLConf setting was not properly reset / cleared at the end of `TungstenAggregationQueryWithControlledFallbackSuite`. This ended up causing test failures in HiveCompatibilitySuite in Maven builds by causing spilling to occur way too frequently. This configuration leak was inadvertently introduced during test cleanup in #9618. Author: Josh Rosen <[email protected]> Closes #9857 from JoshRosen/clear-fallback-prop-in-test-teardown.
No description provided.