seokyun-ha-toss commented on PR #15283: URL: https://github.com/apache/iceberg/pull/15283#issuecomment-4437638175
Hello @soumilshah199500, this currently doesn’t support shredding. To store variants in shredded form, a `VariantShreddingFunction` must be provided. However, Kafka Connect does not pass this at all. For reference, see the following code: https://github.com/apache/iceberg/blob/apache-iceberg-1.10.1/parquet/src/main/java/org/apache/iceberg/parquet/Parquet.java#L158-L164 -- 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]
