gazelle_plugin
gazelle_plugin copied to clipboard
Native SQL Engine plugin for Spark SQL with vectorized SIMD optimizations.
- [ ] Support Array/Struct/Map in ColumnarSortExec - [ ] Support Array/Struct/Map in ColumnarSortMergeJoinExec
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** it's better to add metrics for spill size in Sort **Describe the...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** many of the columnar expressions doesnt support codegen yet, thus impact the...
We use the cluster with 1 master and 3 workers. Each worker contains 128 vcores and 512GB DRAM. Vanilla spark can successfully run TPC-DS F10TB while gazelle will fail during...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** should also try to verify if working on CentOS/Fedora **Describe the solution...
**Describe the bug** recently when creating a cluster with centos8, the oap conda package doesn't seem to have some files. Specifically this is the error happening when running data gen...
**Describe the bug** Fatal Error occurs In many of TPC-DS benchmark run on Dataproc with gazelle enabled. The cluster has been created using configurations/instructions in [readme](https://github.com/oap-project/oap-tools/blob/master/integrations/oap/dataproc/benchmark/Gazelle_on_Dataproc.md) file ```/bin/bash: line 1:...
**Describe the bug** Hit a memory leak (reported as warning) when running TPC-DS benchmark with gazelle plugin, using configurations/instructions in [readme file](https://github.com/oap-project/oap-tools/blob/master/integrations/oap/dataproc/benchmark/Gazelle_on_Dataproc.md ) the only change was that I ran...