steveloughran commented on PR #16824: URL: https://github.com/apache/iceberg/pull/16824#issuecomment-4906921661
The regexp parsing of version looks brittle, especially given others can and do make their own avro releases. Why not look for the class `org.apache.avro.LogicalTypes$TimestampNanos` / the resource /org/apache/avro/LogicalTypes$TimestampNanos.class instead? -- 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]
