Oleks V
Oleks V
there is still a conflict 🤔
*** 3 TESTS FAILED ***
Hi @andygrove do you have a reproduce case, or at least a schema. `native-datafusion` reader should handle different kind of array/struct combintations
nice, this is needed!
``` - Windows support *** FAILED *** (3 seconds, 973 milliseconds) Expected only Comet native operators, but found Project. plan: Project +- Window +- CometExchange +- CometScan [native_iceberg_compat] parquet ```...
Thanks @swaingotnochill I would probably start with profiling. The profiling techniques can be found https://github.com/apache/datafusion/blob/main/docs/source/library-user-guide/profiling.md#profiling-using-samply-cross-platform-profiler
> Not sure what to do about the cargo fmt error - the PR output is what cargo fmt results in locally. > > ``` > bruce@devbox:/opt/dev/datafusion$ rustup show >...
I also regenerated TPCDS data, and the number of 0 rows queries went down from 36 to 18 https://github.com/apache/datafusion-benchmarks/pull/25 and considering independent nature of generating data and queries I think...
Thanks @martin-g and @alamb we can probably hardcode path, in most cases people cloned the benchmarks repo inside DF repo, so we can keep this path hardcoded having `${SCRIPTS_DIR}` as...
For literals btw we still need to support maps and structs https://github.com/apache/datafusion-comet/issues/1937 should we resume work on it?