gaoyangxiaozhu opened a new pull request, #5685: URL: https://github.com/apache/incubator-gluten/pull/5685
## What changes were proposed in this pull request? Velox side row index meta data column support for parquet scan is ready https://github.com/facebookincubator/velox/pull/9174 , i am working now for gluten part chagne. The row index column is a new addtional column handle type `kRowIndex` which need be passed from gluten. This PR use to refactor ` parsePartitionAndMetadataColumns` to let it support parse `NameStruct` to store all availale [column type](https://github.com/facebookincubator/velox/blob/7d76b1d9ee814c8911d849697071acccf3e18b0c/velox/connectors/hive/TableHandle.h#L32C1-L37C14), not only `partition` column or `metadata` column into only one `ColumnType` vector, otherwise we need pass additional thrid bool vector to store for `row index` column. (Fixes: \#5047) ## How was this patch tested? (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests) (If this patch involves UI changes, please attach a screenshot; otherwise, remove this) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
