thomasrebele opened a new pull request, #6105: URL: https://github.com/apache/hive/pull/6105
### What changes were proposed in this pull request? When executing qfiles, the query result is first sorted and then masked (search and replace patterns to make the q.out files comparable). The problem: the order of the query results is non-deterministic, so the test may fail. ### Why are the changes needed? Make the tests more stable and reduce flakiness. ### Does this PR introduce _any_ user-facing change? The interface `FetchListener` should be preferred over `FetchConverter` wherever possible. ### How was this patch tested? Executed qfiles locally. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org