-
Notifications
You must be signed in to change notification settings - Fork 6k
test: add tests for IMPORT INTO
statement with Foreign Key
#56568
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #56568 +/- ##
=================================================
- Coverage 73.3704% 56.7111% -16.6594%
=================================================
Files 1626 1753 +127
Lines 448978 638085 +189107
=================================================
+ Hits 329417 361865 +32448
- Misses 99381 252141 +152760
- Partials 20180 24079 +3899
Flags with carried forward coverage won't be shown. Click here to find out more.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: D3Hunter, lance6716 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold please unhold after fix comments |
Signed-off-by: Yang Keao <[email protected]>
44ff4e3
to
5b5f714
Compare
/unhold |
/retest |
1 similar comment
/retest |
What problem does this PR solve?
Issue Number: close #56563
What changed and how does it work?
Add tests for using both
IMPORT INTO
statement and the foreign key. It's expected thatIMPORT INTO
will always ignore the foreign key checks.TODO: confirm that the behavior is as expected, and modify the document.
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.