alamb commented on code in PR #5831:
URL: https://github.com/apache/arrow-datafusion/pull/5831#discussion_r1158338978


##########
datafusion/core/tests/sqllogictests/test_files/dates.slt:
##########
@@ -85,6 +85,6 @@ g
 h
 
 ## Plan error when compare Utf8 and timestamp in where clause
-statement error DataFusion error: Error during planning: The type of 
Timestamp\(Nanosecond, Some\("\+00:00"\)\) Plus Utf8 of binary physical should 
be same
+statement error DataFusion error: Error during planning: Timestamp(Nanosecond, 
Some("+00:00")) + Utf8 can't be evaluated because there isn't a common type to 
coerce the types to

Review Comment:
   > Then --complete would work properly for regex-like errors. I am sorry, I 
somehow missed that the sqllogictest update didn't reach main
   
   If you run `cargo update` in your workspace `sqlloictest` will get updated, 
but @melgenek is right until we increase Cargo.toml it won't happen 
automatically.  



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