release-8.5: clarify IMPORT INTO format detection by platform and version - #23490
release-8.5: clarify IMPORT INTO format detection by platform and version#23490alastori wants to merge 2 commits into
Conversation
|
Skipping CI for Draft Pull Request. |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@JQWong7, could you review this documentation update for the I smoke-tested the release-8.5 backport on TiDB v8.5.7, including explicit |
What is changed, added or deleted? (Required)
This PR aligns the
IMPORT INTOformat documentation onrelease-8.5with the behavior released in TiDB v8.5.7 and the current TiDB Cloud behavior:FORMATclause overrides file-extension detection.FORMATusesCSV..csv,.sql, and.parquetfiles in the applicable versions and platform.CSV.Which TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions.
What is the related PR or file link(s)?
Validation
./scripts/markdownlint sql-statements/sql-statement-import-into.mdpython3 scripts/file-format-lint.py sql-statements/sql-statement-import-into.mdpython3 scripts/check-manual-line-breaks.py sql-statements/sql-statement-import-into.mdgit diff --checkAPPROVED, with no findings..gz,.gzip,.zstd,.zst, and.snappysuffixes; missing and unrecognized extension fallback; explicitFORMAToverride; and homogeneous wildcard imports..csvand.sqlwildcard created an import job and failed while parsing the SQL file as CSV. It did not fail during precheck, and the target table remained empty.AI agent involvement
Do your changes match any of the following descriptions?