rdblue commented on issue #475: TimestampWriter isn't being used URL: https://github.com/apache/incubator-iceberg/issues/475#issuecomment-608710446 I just took a look and it wasn't too bad to fix it by adding support for Parquet's new logical type annotations, which came out in 1.11.0 and store `isAdjustedToUTC`. Now, places that assumed the type was `timestamptz` can correctly distinguish between the two timestamp types. The PR is #891. We may need to add support in a few more places, I didn't have time to look very thoroughly.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
