jinchengchenghh opened a new issue, #8935: URL: https://github.com/apache/incubator-gluten/issues/8935
### Backend VL (Velox) ### Bug description TestFilteredScan remove the parameter for orc type, otherwise, throws exception. Because we cannot distinguish file format but can only get the schema in BatchScanTransformer ``` Error Source: RUNTIME Error Code: INVALID_STATE Reason: TIMESTAMP_INSTANT not supported yet. Retriable: False Context: Split [Hive: /var/folders/63/845y6pk53dx_83hpw8ztdchw0000gn/T/junit10976573641877215189/TestFilteredScan/unpartitioned/data/b464438c-e706-412b-bcc9-71321ff4aead.orc 0 - 629] Task Gluten_Stage_6_TID_6_VTID_4 Additional Context: Operator: TableScan[0] 0 Function: kind File: code/gluten/ep/build-velox/build/velox_ep/velox/dwio/dwrf/common/FileMetadata.cpp Line: 107 Stack trace: ``` ### Spark version None ### Spark configurations _No response_ ### System information _No response_ ### Relevant logs ```bash ``` -- 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]
