This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 648a2d972 Add TODO and tracking ticket reference (#4012)
648a2d972 is described below

commit 648a2d9728669ea5530f480c088189c013db4eb3
Author: Andrew Lamb <[email protected]>
AuthorDate: Mon Oct 31 19:08:19 2022 -0400

    Add TODO and tracking ticket reference (#4012)
---
 datafusion/physical-expr/src/expressions/cast.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/datafusion/physical-expr/src/expressions/cast.rs 
b/datafusion/physical-expr/src/expressions/cast.rs
index 02a110f5a..869c7e8bb 100644
--- a/datafusion/physical-expr/src/expressions/cast.rs
+++ b/datafusion/physical-expr/src/expressions/cast.rs
@@ -120,6 +120,7 @@ impl PartialEq<dyn Any> for CastExpr {
             .map(|x| {
                 self.expr.eq(&x.expr)
                     && self.cast_type == x.cast_type
+                    // TODO: Use 
https://github.com/apache/arrow-rs/issues/2966 when available
                     && self.cast_options.safe == x.cast_options.safe
             })
             .unwrap_or(false)

Reply via email to