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-1170] Setting correct row number in batch scan w/ partition columns #1172

Closed zhouyuan closed 1 year ago

zhouyuan commented 1 year ago

What changes were proposed in this pull request?

This patch fixes the row number in batch scan w/ partition columns

Signed-off-by: Yuan Zhou yuan.zhou@intel.com

How was this patch tested?

pass jenkins

github-actions[bot] commented 1 year ago

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

PHILO-HE commented 1 year ago

Great work! The patch is workable on my side.