Oleks V

Results 186 comments of Oleks V

Related to https://github.com/apache/arrow-datafusion-comet/pull/239/

Easy test to reproduce ``` Seq(15901).toDF("dt").write.parquet("/tmp/dt") spark.read.schema("dt date").parquet("/tmp/dt").createOrReplaceTempView("v") spark.sql("select min(dt) from v").show(false) ```

Depends on https://github.com/apache/arrow-datafusion/issues/9055

ouch, MSRV failed. https://github.com/smithy-lang/smithy-rs/blob/main/rust-toolchain.toml they require 1.74 and we support 1.72. The latest rustc is 1.76 and we agreed I think to keep MSRV to be 4 versions behind

Related to https://github.com/apache/datafusion-comet/issues/605

Thanks @orthoxerox for running the experiment. Please correct me if I'm wrong so both Comet memory params increases the YARN container memory usage, at the same time `spark.executor.memoryOverhead` shows the...

Historical server has slightly other implementation. Great, thanks for the help @orthoxerox I'm planning to document this today

Filed https://github.com/apache/datafusion/issues/11051 lets see