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

Segfault on data source v2 #1170

Closed zhouyuan closed 1 year ago

zhouyuan commented 1 year ago

Describe the bug running tpcds with data source v2 and below segfault showed up, the issue seems related with reuse partition columns image

the stage on scanning store_returnsfailed image

To Reproduce runng tpcds q1, with partition dataset and data source v2

Expected behavior successfully run tpcds q1

Additional context N/A