[COPY FROM s3] SS-62 Initial support for parquet files#34962
Draft
patrickwwbutler wants to merge 19 commits intoMaterializeInc:mainfrom
Draft
[COPY FROM s3] SS-62 Initial support for parquet files#34962patrickwwbutler wants to merge 19 commits intoMaterializeInc:mainfrom
patrickwwbutler wants to merge 19 commits intoMaterializeInc:mainfrom
Conversation
a553138 to
2ea12c8
Compare
3ce0399 to
49fe499
Compare
kay-kim
reviewed
Feb 17, 2026
| ## Syntax | ||
|
|
||
| {{% include-syntax file="examples/copy_from" example="syntax" %}} | ||
| {{< diagram "copy-from.svg" >}} |
Contributor
There was a problem hiding this comment.
Oh ... we don't use the railroad diagrams anymore.
kay-kim
reviewed
Feb 17, 2026
Contributor
kay-kim
left a comment
There was a problem hiding this comment.
You might have started on an older branch that didn't catch the change to how we do syntaxes. We don't use railroad diagrams anymore.
Contributor
Author
Ah yes this is exactly what happened, will update |
8dce707 to
695b3d1
Compare
695b3d1 to
b55e5d8
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.