InvisibleProgrammer opened a new pull request, #6766: URL: https://github.com/apache/hive/pull/6766
Fixes a scheduled query issue related to HA configurations. Details in the ticket. ### What changes were proposed in this pull request? We can use endTime instead of scheduledExecutionId to determine the order of the executions. ### Why are the changes needed? Because of the pre-allocation feature of DataNucleus ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Added a new unit test (TestMetastoreScheduledQueries#testDisablePolicyUsesEndTimeNotExecutionIdForOrdering) that simulates the behavior. -- 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]
