770120041 opened a new pull request, #15555: URL: https://github.com/apache/iceberg/pull/15555
## Summary Fix ClassCastException when using Storage Partition Join (SPJ) with a bucket partition key on a String column. The bucket transform produces an Integer, but the partition data accessor was using the source column's CharSequence type. Fixes #15349 -- 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]
