tustvold commented on code in PR #6832: URL: https://github.com/apache/arrow-datafusion/pull/6832#discussion_r1252178385
########## datafusion/core/tests/sqllogictests/test_files/timestamps.slt: ########## @@ -1182,10 +1182,10 @@ create table bar (val int, i1 interval, i2 interval) as values query I? SELECT val, ts1 - ts2 FROM foo ORDER BY ts2 - ts1; ---- -4 0 years 0 mons -15250 days -13 hours -28 mins -44.999876545 secs -3 0 years 0 mons 15952 days 23 hours 22 mins 12.667123455 secs -2 0 years 0 mons 8406 days 1 hours 1 mins 54.877123455 secs -1 0 years 0 mons 53 days 16 hours 0 mins 20.000000024 secs +3 P15952DT84132.667123455S Review Comment: This does highlight another fun quirk of intervals - they sort strangely -- 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]
