-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: limit total rows copied in COPY TABLE FROM with LIMIT segment #3910
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3910 +/- ##
==========================================
- Coverage 86.03% 85.08% -0.96%
==========================================
Files 955 978 +23
Lines 163851 168298 +4447
==========================================
+ Hits 140969 143189 +2220
- Misses 22882 25109 +2227 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could only support the limit
syntax.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. A few suggestions about the error info, please take a look.
tests/cases/standalone/common/copy/copy_database_from_fs_parquet.result
Outdated
Show resolved
Hide resolved
Head branch was pushed to by a user without write access
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
close: #3889
What's changed and what's your intention?
limit total rows copied in COPY TABLE FROM with LIMIT segment
Checklist