-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
39455: importccl: Fixes target col bug for IMPORT INTO r=adityamaru27 a=adityamaru27 There was an edge case where if you did not specify any target columns and your target table had a PK specified, then we would fail the IMPORT because your non-target col (PK column) was non-nullable. Added check that we did indeed specify at least one target before enforcing the non-nullable condition. Release note: None Co-authored-by: Aditya Maru <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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