Oleks V
Oleks V
I will have another look today
Thanks @parthchandra the issue is likely in `org.apache.comet.parquet.TypeUtil.checkParquetType` when deriving the decimal type
Well, the issue still exists, however its related to deprecated Parquet formats where Decimal is represented as BINARY. We probably should mention this in doc that such kind of conversions...
Crosslinking original `raw` feature deprecation from `hashbrown` https://github.com/rust-lang/hashbrown/pull/546
reg to PRs above I think it is agreed to replace `RawTable` with `HashTable` across DataFusion?
I tried benches in DF with SMJ, it works on main ``` PREFER_HASH_JOIN=false ./benchmarks/bench.sh run tpch ```
Waiting for DataFusion 44.0.0
Fixed with Datafusion 44 dependency update
> > A question I have is how do we plan to support `spark.sql.ansi.enabled` config? I've seen a few PRs for Spark functions that try to cater for this config,...
Apache Spark also relies on SparkPI example in their documentation https://spark.apache.org/docs/3.5.4/running-on-kubernetes.html