oap-project / gazelle_plugin

Native SQL Engine plugin for Spark SQL with vectorized SIMD optimizations.
Apache License 2.0
256 stars 77 forks source link

[NSE-610] support big keys in hashagg #1078

Closed zhouyuan closed 2 years ago

zhouyuan commented 2 years ago

What changes were proposed in this pull request?

support big hashagg keys. By default the max size of hashagg keys is 8192 bytes, in case this is not enough, it will try to do a re-alloc to 2x8192 bytes Signed-off-by: Yuan Zhou yuan.zhou@intel.com

How was this patch tested?

pass jenkins

github-actions[bot] commented 2 years ago

https://github.com/oap-project/native-sql-engine/issues/610