Skip to content

Any plan to support schema evolution in Scan? #4477

Answered by mbasmanova
rui-mo asked this question in Q&A
Discussion options

You must be logged in to vote

@rui-mo Rui, thank you for reporting this gap. We usually refer to this functionality as schema evolution. Table schema may evolve: new columns are added, existing column types are modified. TableScan needs to support this by being able to read the files written before the schema chance. Looks like we are missing support for column type change. It would be nice to add that.

CC: @Yuhta

Replies: 5 comments 1 reply

Comment options

rui-mo
Mar 30, 2023
Collaborator Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by pedroerp
Comment options

You must be logged in to vote
0 replies
Comment options

rui-mo
Mar 31, 2023
Collaborator Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@zhli1142015
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request
4 participants
Converted from issue

This discussion was converted from issue #4465 on March 31, 2023 03:11.