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

**Describe the bug** A clear and concise description of what the bug is.Driver side build table for braodcast side is too slow as compared to vanilla in multiple TPCDS querries...

bug

## What changes were proposed in this pull request? (Please fill in changes proposed in this fix) ## How was this patch tested? (Please explain how this patch was tested....

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Currently gazelle used a gandiva-based proto file to ser/de-ser the plans, which...

enhancement

**Describe the bug** There are some unused legacy code on shuffle **To Reproduce** clean up those unused code **Expected behavior** N/A **Additional context** N/A

bug

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Spark is case-insensitive column names inside one query. E.g `select col_a, count(col_A),...

enhancement

Signed-off-by: Yuan Zhou ## What changes were proposed in this pull request? (Please fill in changes proposed in this fix) ## How was this patch tested? (Please explain how this...

We often find that spark overflows to disk when it runs out of memory. When NSE applies for off-heap memory, if it is insufficient, an exception will be thrown, causing...

enhancement

**Describe the bug** When the grouping sets operator is processing, the data will be multiplied, which will cause memory overflow. However, we observed that spark does not have this problem...

bug

The limitation mentioned in docs mention not supporting spill. But there are multiple test cases for sort supporting spill to the disk using external sorter and the sort and spill...

**Describe the bug** This is a rare case of hashagg over multiple columns, as the keys are combined into one "row" like String, some different rows will be counted into...

bug