Skip to content

[Core]NativeColumnToRow is used when disable native scan #1299

Open
@loudongfeng

Description

@loudongfeng

Describe the bug
When native scan is disabled, ( by setting spark.gluten.sql.columnar.filescan = false, for example)
NativeColumnToRow is used instead of ColumnToRow.

CHNativeColumnarToRow
+- FileScan parquet tpcds_parquet.alltypes_parquet[...

To Reproduce
set spark.gluten.sql.columnar.filescan =false
select * from parquet_table

Expected behavior
Use ColumnToRow when FileSourceScan is vanilla spark node.

*(1) ColumnarToRow
+- FileScan parquet tpcds_parquet.alltypes_parquet[...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingstalestale

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions