aqluheng opened a new issue, #7805: URL: https://github.com/apache/incubator-gluten/issues/7805
### Backend VL (Velox) ### Bug description When using Gluten-1.2.0, an error is reported after a filecache hit once filecache is set. ```shell spark.gluten.sql.columnar.backend.velox.fileHandleCacheEnabled true spark.gluten.sql.columnar.backend.velox.cacheEnabled true spark.gluten.sql.columnar.backend.velox.memCacheSize 2500000000 spark.gluten.sql.columnar.backend.velox.ssdCacheSize 0 ``` TPCDS32 q9 will report this error. 24/11/04 20:45:08 WARN TaskSetManager: Lost task 91.0 in stage 6.0 (TID 12659) (node3 executor 20): org.apache.gluten.exception.GlutenException: org.apache.gluten.exception.GlutenException: Error during calling Java code from native code: org.apache.gluten.exception.GlutenException: org.apache.gluten.exception.GlutenException: Exception: VeloxRuntimeError Error Source: RUNTIME Error Code: INVALID_STATE Reason: No magic bytes found at end of the Parquet file Retriable: False Expression: strncmp(copy.data() + readSize - 4, "PAR1", 4) == 0 ### Spark version None ### Spark configurations _No response_ ### System information _No response_ ### Relevant logs _No response_ -- 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]
