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

kazuyukitanimura pushed a change to branch optimize-get-value
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


    from 30adf065 address review comments
     add d8e0d1f7 fix: Remove `skip.surefire.tests` mvn property (#739)
     add 2318a8e4 perf: decimal decode improvements (#727)
     add 2c9be0a7 fix: subquery execution under CometTakeOrderedAndProjectExec 
should not fail (#748)
     add c5558855 doc: Update outdated spark.comet.columnar.shuffle.enabled 
configuration doc (#738)
     add bd7834c1 Add support for time-zone, 3 & 5 digit years: Cast from 
string to timestamp (#704)
     add ef90bac1 feat: Support count AggregateUDF for window function (#736)
     add fbe86d0c fix: skip negative scale checks for creating decimals (#723)
     add 25957ddf fix: Remove castting on decimals with a small precision to 
decimal256  (#741)
     add fc2e7dfd Merge remote-tracking branch 'upstream/main' into 
optimize-get-value

No new revisions were added by this update.

Summary of changes:
 .../org/apache/comet/vector/CometDictionary.java   |   2 +-
 .../java/org/apache/comet/vector/CometVector.java  |  51 ++-
 .../main/scala/org/apache/comet/CometConf.scala    |   6 +-
 docs/source/contributor-guide/development.md       |   2 +-
 docs/source/user-guide/configs.md                  |   2 +-
 docs/source/user-guide/installation.md             |   2 +-
 native/core/src/common/bit.rs                      |   4 +-
 native/core/src/execution/datafusion/planner.rs    |  34 +-
 native/core/src/parquet/util/jni.rs                |   1 +
 native/spark-expr/src/cast.rs                      | 343 +++++++++++++++------
 native/spark-expr/src/scalar_funcs.rs              |  52 ++--
 pom.xml                                            |   3 +-
 .../org/apache/comet/serde/QueryPlanSerde.scala    |   5 +-
 .../sql/comet/CometTakeOrderedAndProjectExec.scala |  13 +-
 .../org/apache/spark/sql/comet/operators.scala     |  40 +--
 ...ilter_highly_selective.sql => scan_decimal.sql} |   4 +-
 .../scala/org/apache/comet/CometCastSuite.scala    |  20 +-
 .../org/apache/comet/exec/CometExecSuite.scala     |  25 +-
 .../sql/benchmark/CometTPCDSMicroBenchmark.scala   |   1 +
 19 files changed, 433 insertions(+), 177 deletions(-)
 copy 
spark/src/test/resources/tpcds-micro-benchmarks/{filter_highly_selective.sql => 
scan_decimal.sql} (88%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to