comphead commented on code in PR #870:
URL: https://github.com/apache/datafusion-comet/pull/870#discussion_r1731628891


##########
native/spark-expr/src/cast.rs:
##########
@@ -142,6 +142,8 @@ pub struct Cast {
     /// When cast from/to timezone related types, we need timezone, which will 
be resolved with
     /// session local timezone by an analyzer in Spark.
     pub timezone: String,
+
+    pub allow_incompat: bool,

Review Comment:
   lets have a comment on this field



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

Reply via email to