This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
from 3da912c4a feat: Add new trait for operator serde (#2115) add 7976b946a fix : implement_try_eval_mode_arithmetic (#2073) No new revisions were added by this update. Summary of changes: native/core/src/execution/planner.rs | 61 ++++++--- native/spark-expr/src/comet_scalar_funcs.rs | 13 ++ .../src/math_funcs/checked_arithmetic.rs | 150 +++++++++++++++++++++ native/spark-expr/src/math_funcs/mod.rs | 1 + .../scala/org/apache/comet/serde/arithmetic.scala | 21 --- .../org/apache/comet/CometExpressionSuite.scala | 79 ++++++++++- 6 files changed, 285 insertions(+), 40 deletions(-) create mode 100644 native/spark-expr/src/math_funcs/checked_arithmetic.rs --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org