emilk commented on code in PR #20605:
URL: https://github.com/apache/datafusion/pull/20605#discussion_r2878899424
##########
datafusion/sqllogictest/test_files/window.slt:
##########
@@ -2580,7 +2580,7 @@ statement ok
set datafusion.optimizer.skip_failed_rules = true
# Error is returned from the physical plan.
-query error Cannot cast Utf8\("1 DAY"\) to Int8
+query error Cannot cast 1 DAY to Int8
Review Comment:
The way I'd like to tackle that is by changing `Display` for `ScalarValue`
to always include quotes for strings. But that will cause (another) cascade of
snapshot updates. I would rather do that in a follow-up PR
--
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]