jinchengchenghh opened a new issue, #11220:
URL: https://github.com/apache/incubator-gluten/issues/11220

   ### Backend
   
   VL (Velox)
   
   ### Bug description
   
   SPARK-40819: parquet file with TIMESTAMP(NANOS, true) (with nanosAsLong=true)
   ```
   Error Source: RUNTIME
   Error Code: INVALID_STATE
   Reason: Converted type TIMESTAMP is not allowed for requested type BIGINT
   Retriable: False
   Expression: !requestedType || isCompatible( requestedType, isRepeated, 
[](const TypePtr& type) { return type->kind() == TypeKind::TIMESTAMP; })
   Context: Split [Hive: 
file:///Users/chengchengjin/code/spark/sql/core/src/test/resources/test-data/timestamp-nanos.parquet
 0 - 784] Task Gluten_Stage_12_TID_17_VTID_8
   Additional Context: Operator: TableScan[0] 0
   10:56:31.680 ERROR org.apache.spark.executor.Executor: Exception in task 0.0 
in stage 12.0 (TID 17)
   org.apache.gluten.exception.GlutenException: Exception: VeloxRuntimeError
   Error Source: RUNTIME
   Error Code: INVALID_STATE
   Reason: Converted type TIMESTAMP is not allowed for requested type BIGINT
   Retriable: False
   ```
   
   ### Gluten version
   
   _No response_
   
   ### 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]

Reply via email to