gazelle_plugin
gazelle_plugin copied to clipboard
Native SQL Engine plugin for Spark SQL with vectorized SIMD optimizations.
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Fall back to use row-based operators, error is not currently supported: ansi_cast(id#1...
**Describe the bug** When I ran the TPC-DS benchmark test, I found that only 98 Fetched time could be retrieved in the sf500 case, but spark itself could get 99...
**Describe the bug** We meet this problem when there is a castBIGINTOrNull in SMJ conditions and WSCG is false. ``` return input_field_validity_1_4 && input_field_validity_0_3 && (input_field_1_4 < input_field_0_3); ~~~~~~~~~~~~~~~ ^...