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 2665b526b feat: Support Type widening: byte → short/int/long, short → int/long (#1770) add e0d85ae12 Move string expressions in separate file (#1792) No new revisions were added by this update. Summary of changes: .../org/apache/comet/serde/QueryPlanSerde.scala | 178 +++--------- .../scala/org/apache/comet/serde/strings.scala | 310 +++++++++++++++++++++ .../org/apache/comet/CometExpressionSuite.scala | 181 ------------ .../apache/comet/CometStringExpressionSuite.scala | 208 ++++++++++++++ 4 files changed, 558 insertions(+), 319 deletions(-) create mode 100644 spark/src/main/scala/org/apache/comet/serde/strings.scala create mode 100644 spark/src/test/scala/org/apache/comet/CometStringExpressionSuite.scala --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org