comphead commented on code in PR #5441: URL: https://github.com/apache/arrow-datafusion/pull/5441#discussion_r1140718977
########## datafusion/core/tests/sql/set_variable.rs: ########## @@ -414,7 +414,7 @@ async fn set_time_zone_bad_time_zone_format() { .await .unwrap(); let err = pretty_format_batches(&result).err().unwrap().to_string(); - assert_eq!(err, "Parser error: Invalid timezone \"+08:00:00\": Expected format [+-]XX:XX, [+-]XX, or [+-]XXXX"); + assert_eq!(err, "Parser error: Invalid timezone \"+08:00:00\": only offset based timezones supported without chrono-tz feature"); Review Comment: perhaps we can improve the error message a bit in a future :blush: -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org