Re: [I] Field not found in source schema [iceberg]

2025-01-02 Thread via GitHub
MonkeyCanCode commented on issue #11843: URL: https://github.com/apache/iceberg/issues/11843#issuecomment-2568787480 @rohitanil as commented by @stym06 , you are missing couple things and one of them is aws jar. If u want to load hadoop-aws jars, you will need to load couple additional depe

Re: [I] Field not found in source schema [iceberg]

2024-12-21 Thread via GitHub
stym06 commented on issue #11843: URL: https://github.com/apache/iceberg/issues/11843#issuecomment-2558104665 This is possibly due to hadoop-aws module not available in classpath that contains hdfs Implementation classes. you can import https://mvnrepository.com/artifact/org.apache.

[I] Field not found in source schema [iceberg]

2024-12-21 Thread via GitHub
rohitanil opened a new issue, #11843: URL: https://github.com/apache/iceberg/issues/11843 ### Query engine Spark ### Question I am using a REST catalog and spark iceberg on docker to read from Kafka topic, make some transformations and write it out as iceberg tables. I a