lyy-pineapple opened a new issue, #8202: URL: https://github.com/apache/incubator-gluten/issues/8202
### Backend VL (Velox) ### Bug description When parsing Iceberg partition column fields, applying the filter before building the zipIndex causes misalignment with the data columns, leading to parsing exceptions.  error: ``` Caused by: java.lang.IllegalArgumentException: Wrong class, expected java.lang.Integer, but was java.lang.String, for object: xxxxx at org.apache.iceberg.PartitionData.get(PartitionData.java:119) at org.apache.iceberg.spark.source.GlutenIcebergSourceUtil$.$anonfun$getPartitionColumns$3(GlutenIcebergSourceUtil.scala:180) at scala.collection.mutable.ResizableArray.foreach(ResizableArray.scala:62) at scala.collection.mutable.ResizableArray.foreach$(ResizableArray.scala:55) ``` ### 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]
