zhuqi-lucas commented on code in PR #16111: URL: https://github.com/apache/datafusion/pull/16111#discussion_r2097915073
########## test-utils/src/array_gen/random_data.rs: ########## @@ -100,6 +106,15 @@ impl RandomNativeData for IntervalMonthDayNanoType { } } +// Restrict Duration(Seconds) to i64::MIN / 1000 to i64::MAX / 1000 to +// avoid panics on pretty printing. See +// https://github.com/apache/arrow-rs/issues/7533 Review Comment: A good doc for it, thanks @alamb . -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org