Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flink: Add RowConverter for Iceberg Source #11312

Open
1 of 3 tasks
abharath9 opened this issue Oct 13, 2024 · 1 comment
Open
1 of 3 tasks

Flink: Add RowConverter for Iceberg Source #11312

abharath9 opened this issue Oct 13, 2024 · 1 comment
Labels
improvement PR that improves existing functionality

Comments

@abharath9
Copy link

Feature Request / Improvement

Currently we can't create views on top of IcebergSource DataStreams directly. We need to convert the RowData to Row explicitly using map function. I thought creating a RowConverter to convert RowData to Row and return IcebergSource would be a good idea. This approach enables the use of the Iceberg schema to create a DataStream and further create a view on top of it. What are your thoughts?

Query engine

Flink

Willingness to contribute

  • I can contribute this improvement/feature independently
  • I would be willing to contribute this improvement/feature with guidance from the Iceberg community
  • I cannot contribute this improvement/feature at this time
@abharath9 abharath9 added the improvement PR that improves existing functionality label Oct 13, 2024
@abharath9
Copy link
Author

abharath9 commented Oct 13, 2024

Implemented this change and created a pr. Can i get a review on this?
#11301
https://github.com/apache/iceberg/pull/11301

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement PR that improves existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant