You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-11877] Prevent agg. fallback conf. from leaking across test suites
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 apache#9618.
Author: Josh Rosen <joshrosen@databricks.com>
Closesapache#9857 from JoshRosen/clear-fallback-prop-in-test-teardown.
(cherry picked from commit a66142d)
Signed-off-by: Josh Rosen <joshrosen@databricks.com>
0 commit comments