kinolaev opened a new pull request, #17194: URL: https://github.com/apache/iceberg/pull/17194
Avro timestamp-micros values were converted to TimestampData by multiplying the microsecond remainder by 1_000_000 instead of 1000, producing an out-of-range nanoOfMillisecond and throwing IllegalArgumentException. Tests didn't catch it because microsecond remainder was 0. I added a non-zero microsecond component to DataGenerators' shared timestamp fixture. -- 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]
