zabetak opened a new pull request #2932:
URL: https://github.com/apache/hive/pull/2932


   ### What changes were proposed in this pull request?
   Remove singleton instantiation of `HiveAggregateSortLimitRule` binding the 
default null ordering behavior for every subsequent query.
   
   ### Why are the changes needed?
   1. Avoid intermittent test failures and plan changes in CI.
   2. Respect value of `hive.default.nulls.last` property.
   
   ### Does this PR introduce _any_ user-facing change?
   Small differences in query plans may appear.
   
   ### How was this patch tested?
   mvn test -Dtest=TestMiniLlapLocalCliDriver 
-Dqtest="cbo_AggregateSortLimitRule.q" (with & without the changes in 
`HiveAggregateSortLimitRule`)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to