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

[Feature Request] Enable streaming / CDF streaming reads on column mapping enabled tables with fewer limitations #1357

Closed
1 of 3 tasks
jackierwzhang opened this issue Aug 26, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@jackierwzhang
Copy link
Contributor

Feature request

Overview

Sister ticket to #1349.

Currently streaming read is completely blocked on column mapping enabled tables, it is understood that since Delta uses the latest snapshot schema to read historical data batches, and with the abilities to drop and rename columns via column mapping, the latest schema might not have been compatible with the past data batches anymore.

However, it would be great at least for now to enable streaming read for folks that have not used drop or rename but with column mapping enabled to, for example, use arbitrary column names.

Motivation

To enable some use cases of streaming read for column mapping enabled tables without violating the latest schema read constraint.

Further details

After this PR, if a user has not renamed/dropped column, streaming read from a column mapping enabled table should not have any problems.

Willingness to contribute

The Delta Lake Community encourages new feature contributions. Would you or another member of your organization be willing to contribute an implementation of this feature?

  • Yes. I can contribute this feature independently.
  • Yes. I would be willing to contribute this feature with guidance from the Delta Lake community.
  • No. I cannot contribute this feature at this time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants