[COPY FROM s3] SS-62 Initial support for parquet files#34962
Open
patrickwwbutler wants to merge 17 commits intoMaterializeInc:mainfrom
Open
[COPY FROM s3] SS-62 Initial support for parquet files#34962patrickwwbutler wants to merge 17 commits intoMaterializeInc:mainfrom
patrickwwbutler wants to merge 17 commits intoMaterializeInc:mainfrom
Conversation
a553138 to
2ea12c8
Compare
3209a8d to
3ce0399
Compare
3ce0399 to
49fe499
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.
This adds initial support and testing for copying from parquet files into tables using
COPY INTO ... FROM ... (FORMAT PARQUET).Also adds WIP user docs for
COPY FROM, to be expanded upon.Motivation
https://linear.app/materializeinc/issue/SS-62/initial-implementation-for-parquet
Tips for reviewers
This is stacked on #34862, so until that is merged, this PR will also include the changes from there. You may wish to wait for that to be merged.
Checklist
$T ⇔ Proto$Tmapping (possibly in a backwards-incompatible way), then it is tagged with aT-protolabel.