incubator-gluten icon indicating copy to clipboard operation
incubator-gluten copied to clipboard

[CH] Native parquet writer doesn't generate page index

Open lgbo-ustc opened this issue 8 months ago • 2 comments

Description

Compare to vanilla, there is no page index in the parquet files from gluten's native parquet writer.

 auto page_index_reader = file_reader.GetPageIndexReader()->RowGroup(row_group);

the page_index_reader is nullptr.

lgbo-ustc avatar Jun 19 '24 07:06 lgbo-ustc