-
Notifications
You must be signed in to change notification settings - Fork 435
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve NPE when bulk copy operation is performed on computed column (#…
…2612) * Resolve NPE when bulk copy operation is performed on computed column * Updated test * Updated the test * Ran formatter --------- Co-authored-by: Jeff Wasty <jeff.wasty@gmail.com>
- Loading branch information
1 parent
2691a7f
commit f0f59f6
Showing
3 changed files
with
121 additions
and
15 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
NAME,AGE,CAL_COL,ORIGINAL,LAST_COL | ||
John Doe,30,12345.67,Original,Last | ||
Jane Smith,25,54321.00,Original,Last |