FelixYBW commented on PR #12692: URL: https://github.com/apache/gluten/pull/12692#issuecomment-5188284230
Velox uses kUseColumnNamesSession to handle both Parquet and ORC. We still keep `spark.gluten.sql.columnar.backend.velox.parquetUseColumnNames` and `spark.gluten.sql.columnar.backend.velox.orcUseColumnNames` but both map to velox's kUseColumnNamesSession. So the two config impacts each other in Gluten. -- 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]
