raphaelauv opened a new issue, #13481:
URL: https://github.com/apache/iceberg/issues/13481

   ### Apache Iceberg version
   
   None
   
   ### Query engine
   
   None
   
   ### Please describe the bug 🐞
   
   Using iceberg kafka connector 1.9.1 I have this bug ( that I do not have 
with 1.7.1 )
   
   
   ```log
   Exception in thread "iceberg-coord" java.lang.NoSuchMethodError: 
'org.apache.avro.LogicalTypes$TimestampNanos 
org.apache.avro.LogicalTypes.timestampNanos()'
   2025-07-07T09:55:17.895296127Z       at 
org.apache.iceberg.avro.TypeToSchema.<clinit>(TypeToSchema.java:50)
   2025-07-07T09:55:17.895301918Z       at 
org.apache.iceberg.avro.AvroSchemaUtil.convert(AvroSchemaUtil.java:81)
   2025-07-07T09:55:17.895307210Z       at 
org.apache.iceberg.connect.events.AvroUtil.convert(AvroUtil.java:80)
   2025-07-07T09:55:17.895309335Z       at 
org.apache.iceberg.connect.events.AvroUtil.convert(AvroUtil.java:73)
   2025-07-07T09:55:17.895311293Z       at 
org.apache.iceberg.connect.events.StartCommit.<clinit>(StartCommit.java:41)
   2025-07-07T09:55:17.895429460Z       at 
org.apache.iceberg.connect.channel.Coordinator.process(Coordinator.java:103)
   2025-07-07T09:55:17.895457043Z       at 
org.apache.iceberg.connect.channel.CoordinatorThread.run(CoordinatorThread.java:47)
   ```
   
   I'm also using the jar confluentinc/kafka-connect-avro-converter:7.9.2
   for
   
   ```json
   {
       "key.converter": "io.confluent.connect.avro.AvroConverter",
       "value.converter": "io.confluent.connect.avro.AvroConverter",
       "key.converter.schema.registry.url": 
"http://confluent-schema-registry-local:8081";,
       "value.converter.schema.registry.url": 
"http://confluent-schema-registry-local:8081";,
   }
   ```
   
   ### Willingness to contribute
   
   - [ ] I can contribute a fix for this bug independently
   - [ ] I would be willing to contribute a fix for this bug with guidance from 
the Iceberg community
   - [ ] I cannot contribute a fix for this bug at this time


-- 
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: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to