Skip to content

Flink: Support local-timestamp-* in Avro<->RowData converters - #17200

Draft
kinolaev wants to merge 2 commits into
apache:mainfrom
kinolaev:feat-flink-avro-mapper-legacy-ts-disabled
Draft

Flink: Support local-timestamp-* in Avro<->RowData converters#17200
kinolaev wants to merge 2 commits into
apache:mainfrom
kinolaev:feat-flink-avro-mapper-legacy-ts-disabled

Conversation

@kinolaev

@kinolaevkinolaev commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Based on #17196. The first commit is from the base branch, so please review only the second commit 739bdcf.

This PR adds the legacyTimestampMapping flag to AvroGenericRecordToRowDataMapper and RowDataToAvroGenericRecordConverter to support conversions to and from Avro local-timestamp-* values.

Signed-off-by: Sergei Nikolaev <kinolaev@gmail.com>
Signed-off-by: Sergei Nikolaev <kinolaev@gmail.com>
@kinolaev
kinolaevforce-pushed the feat-flink-avro-mapper-legacy-ts-disabled branch from 1594996 to 739bdcfCompareJuly 14, 2026 19:59
@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.

@kinolaev

Copy link
Copy Markdown
ContributorAuthor

Not stale

@kinolaev
kinolaev marked this pull request as draft August 14, 2026 08:25
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

@kinolaev