This is an automated email from the ASF dual-hosted git repository.
andygrove pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
from 4b60dcad9d test: make expression benchmark harness fair and
reproducible (#5371)
add ce602ac856 feat: remove native cast from boolean to decimal (#5185)
No new revisions were added by this update.
Summary of changes:
native/spark-expr/benches/cast_from_boolean.rs | 18 +----
native/spark-expr/src/conversion_funcs/boolean.rs | 55 ++++-----------
native/spark-expr/src/conversion_funcs/cast.rs | 5 +-
.../org/apache/comet/expressions/CometCast.scala | 6 +-
.../expressions/cast/cast_boolean_to_decimal.sql | 72 ++++++++++++++++++++
.../cast/cast_boolean_to_decimal_ansi.sql | 79 ++++++++++++++++++++++
.../org/apache/comet/CometNativeCastSuite.scala | 21 +++++-
7 files changed, 192 insertions(+), 64 deletions(-)
create mode 100644
spark/src/test/resources/sql-tests/expressions/cast/cast_boolean_to_decimal.sql
create mode 100644
spark/src/test/resources/sql-tests/expressions/cast/cast_boolean_to_decimal_ansi.sql
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]