fix: avoid double schema projection in file format readers#5918
fix: avoid double schema projection in file format readers#5918WenyXu merged 1 commit intoGreptimeTeam:mainfrom
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
835d4f5 to
b0d6334
Compare
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
What's changed and what's your intention?
This PR fixes a schema projection issue in the file format readers (CSV and JSON) used by the
Copy Fromstatement. The readers were incorrectly applying schema projection twice, which could lead to schema mismatch errors.PR Checklist
Please convert it to a draft if some of the following conditions are not met.