feat(flink-connector-ytsaurus & flink-yson): support dict and list types - #25
Open
vovapraded wants to merge 23 commits into
Open
feat(flink-connector-ytsaurus & flink-yson): support dict and list types#25vovapraded wants to merge 23 commits into
vovapraded wants to merge 23 commits into
Conversation
vovapraded
force-pushed
the
issue-24-support-dict-type
branch
5 times, most recently
from
March 16, 2026 09:52
5c80ddc to
5baec08
Compare
TheSeems
self-requested a review
March 31, 2026 14:36
TheSeems
requested changes
Mar 31, 2026
vovapraded
force-pushed
the
issue-24-support-dict-type
branch
from
July 16, 2026 09:39
6912cb5 to
141b8e2
Compare
TheSeems
self-requested a review
July 24, 2026 13:18
vovapraded
force-pushed
the
issue-24-support-dict-type
branch
from
August 11, 2026 14:48
63c70c0 to
eb0aef7
Compare
vovapraded
force-pushed
the
issue-24-support-dict-type
branch
from
August 11, 2026 15:17
eb0aef7 to
b8fe21c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds native YTsaurus
dict,list, and single-leveloptionalsupport for FlinkMAP,ARRAY, and nullable types.Supported
optional<T>at any level: columns, list items, and dict values.#is allowed only for nullable Flink types.Limitations
optional<optional<T>>is rejected because Flink nullability cannot represent all three YT states.