Commit 2b59d23
Support enforcement of NOT NULL column declarations
Original support was added via #2ad67dcf,
but missed adding it for Iceberg tables
Cherry-pick of trinodb/trino#4144
Co-authored-by: djsstarburst <[email protected]>1 parent ff042d8 commit 2b59d23
File tree
2 files changed
+12
-1
lines changed- presto-iceberg/src
- main/java/com/facebook/presto/iceberg
- test/java/com/facebook/presto/iceberg
2 files changed
+12
-1
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
718 | 718 | | |
719 | 719 | | |
720 | 720 | | |
| 721 | + | |
721 | 722 | | |
722 | 723 | | |
723 | 724 | | |
| |||
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
741 | 741 | | |
742 | 742 | | |
743 | 743 | | |
744 | | - | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
745 | 755 | | |
746 | 756 | | |
747 | 757 | | |
| |||
0 commit comments