Re: [PR] [KafkaConnect] Fix RecordConverter [iceberg]

2024-10-18 Thread via GitHub
singhpk234 commented on code in PR #11346: URL: https://github.com/apache/iceberg/pull/11346#discussion_r1806695970 ## orc/src/main/java/org/apache/iceberg/data/orc/GenericOrcWriters.java: ## @@ -101,8 +101,8 @@ public static OrcValueWriter byteBuffers() { return ByteBuffer

[PR] [KafkaConnect] Fix RecordConverter [iceberg]

2024-10-17 Thread via GitHub
singhpk234 opened a new pull request, #11346: URL: https://github.com/apache/iceberg/pull/11346 ## About the change The UUID type in the parquet writer expects ByteBuffer rather than UUID otherwise writer fails with : ``` class java.util.UUID cannot be cast to class [B (jav