tustvold commented on code in PR #5724:
URL: https://github.com/apache/arrow-datafusion/pull/5724#discussion_r1147929739


##########
datafusion/core/tests/sql/set_variable.rs:
##########
@@ -427,7 +427,10 @@ async fn set_time_zone_bad_time_zone_format() {
             .unwrap();
 
     let err = pretty_format_batches(&result).err().unwrap().to_string();
-    assert_eq!(err, "Parser error: Invalid timezone \"08:00\": only offset 
based timezones supported without chrono-tz feature");
+    assert_eq!(

Review Comment:
   These changes are because the chrono-tz feature is now enabled for the 
common arrow version
   
   This feature was enabled in 
https://github.com/apache/arrow-datafusion/pull/5603



-- 
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]

Reply via email to