-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: merge insert operation fails if any of the payload columns are n…
…on-nullable (#1899) This is because we do an outer join and the output columns of an outer join are always nullable. As a result we try and insert nullable data and get a schema mismatch. This fix avoids this problem by restoring the schema after we select the appropriate rows from the outer join output.
- Loading branch information
1 parent
2bcba5e
commit a0104bd
Showing
1 changed file
with
19 additions
and
2 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