alamb commented on code in PR #17888: URL: https://github.com/apache/datafusion/pull/17888#discussion_r2461862985
########## datafusion/sqllogictest/test_files/arrow_typeof.slt: ########## @@ -61,13 +61,13 @@ Decimal128(38, 10) query T SELECT arrow_typeof(now()::timestamp) ---- -Timestamp(Nanosecond, None) +Timestamp(ns) Review Comment: Great call. Done in 1e8ddfacc and f9606d8dc -- 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]
