docs: update file format options, stage schema, and COPY INTO#3437
Open
youngsofun wants to merge 2 commits into
Open
docs: update file format options, stage schema, and COPY INTO#3437youngsofun wants to merge 2 commits into
youngsofun wants to merge 2 commits into
Conversation
|
@youngsofun is attempting to deploy a commit to the Databend Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 273636b3b8
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
273636b to
c1384c6
Compare
- Add new file format options: TRIM_SPACE, QUOTE_STYLE, ENCODING, ENCODING_ERROR_MODE (CSV/TSV), NULL_IF (NDJSON/Parquet/AVRO), USE_LOGIC_TYPE (Parquet/AVRO) - Remove SIZE_LIMIT from COPY INTO table and CREATE STAGE - Remove COPY_OPTIONS from CREATE STAGE syntax - Update DESC STAGE / SHOW STAGES output to new system.stages schema - Add AVRO and LANCE to CREATE STAGE TYPE list - Move glob pattern note to filtering-staged-files section (HTTP only) - Keep EN and CN docs in sync
c1384c6 to
3a4383c
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.
Summary
system.stagesschemaRelated PRs
Files changed (16)
50-file-format-options.md(EN+CN)dml-copy-into-table.md(EN+CN)01-ddl-create-stage.md(EN+CN)03-ddl-desc-stage.md(EN+CN)06-ddl-show-stages.md(EN+CN)explain-syntax.md(EN+CN)00-stage.md(EN+CN)00-what-is-stage.md(EN+CN)