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


##########
datafusion/sql/src/expr/mod.rs:
##########
@@ -271,8 +271,14 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> {
             ),
 
             SQLExpr::Cast {
-                expr, data_type, ..
+                expr,
+                data_type,
+                format,

Review Comment:
   previously `format` would be silently ignored (which is the same root cause 
as https://github.com/apache/arrow-datafusion/issues/9487 which was silently 
ignoring a field of trim)



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