alamb opened a new pull request, #5805: URL: https://github.com/apache/arrow-datafusion/pull/5805
# Which issue does this PR close? re https://github.com/apache/arrow-datafusion/pull/5792 # Rationale for this change One of the tests added in https://github.com/apache/arrow-datafusion/pull/5792 intermittently fails due to ordering mismatch -- for example https://github.com/apache/arrow-datafusion/actions/runs/4568420322/jobs/8063658835?pr=5803 ``` [Diff] (-expected|+actual) - 0 years 0 mons 5 days 0 hours 0 mins 0.000000003 secs Interval(MonthDayNano) - 0 years 0 mons 6 days 0 hours 0 mins 0.000000007 secs Interval(MonthDayNano) + 0 years 0 mons 6 days 0 hours 0 mins 0.000000007 secs Interval(MonthDayNano) + 0 years 0 mons 5 days 0 hours 0 mins 0.000000003 secs Interval(MonthDayNano) at tests/sqllogictests/test_files/interval.slt:59 ``` # What changes are included in this PR? Add sorting to test script to make test deterministic # Are these changes tested? yes # Are there any user-facing changes? no -- 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]
