Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get iceberg partition type index error #8202

Open
lyy-pineapple opened this issue Dec 11, 2024 · 0 comments
Open

get iceberg partition type index error #8202

lyy-pineapple opened this issue Dec 11, 2024 · 0 comments
Labels
bug Something isn't working triage

Comments

@lyy-pineapple
Copy link
Contributor

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.
image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

1 participant