Skip to content

Core: Support reading Avro local-timestamp-* logical types - #15437

Closed
AnatolyPopov wants to merge 1 commit into
apache:mainfrom
AnatolyPopov:local-timestamps
Closed

Core: Support reading Avro local-timestamp-* logical types#15437
AnatolyPopov wants to merge 1 commit into
apache:mainfrom
AnatolyPopov:local-timestamps

Conversation

@AnatolyPopov

Copy link
Copy Markdown
Contributor

Avro supports local-timestamp-millis and local-timestamp-micros since 1.10, and local-timestamp-nanos since 1.12. Adding support for those, so Iceberg can read Avro data with these types written outside Iceberg.

Avro supports local-timestamp-millis and local-timestamp-micros since 1.10,
and local-timestamp-nanos since 1.12. Adding support for those so Iceberg
can read Avro data with these types written outside Iceberg.
@github-actions

Copy link
Copy Markdown

This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@iceberg.apache.org list. Thank you for your contributions.

@github-actions

Copy link
Copy Markdown

This pull request has been closed due to lack of activity. This is not a judgement on the merit of the PR in any way. It is just a way of keeping the PR queue manageable. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@AnatolyPopov