gazelle_plugin icon indicating copy to clipboard operation
gazelle_plugin copied to clipboard

Native SQL Engine plugin for Spark SQL with vectorized SIMD optimizations.

Results 163 gazelle_plugin issues
Sort by recently updated
recently updated
newest added

- [ ] Support Array/Struct/Map in ColumnarSortExec - [ ] Support Array/Struct/Map in ColumnarSortMergeJoinExec

enhancement

**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...

enhancement

**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...

enhancement

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...

bug

**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...

enhancement

**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...

bug

**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:...

bug

**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...

bug