Skip to content

Commit 4360f67

Browse files
committed
nit
1 parent 1681582 commit 4360f67

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/docs/quickstart/flink.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@ CREATE TEMPORARY TABLE `source_nation` (
207207
);
208208
```
209209

210+
```sql title="Flink SQL"
211+
-- drop records silently if a null value would have to be inserted into a NOT NULL column
212+
SET 'table.exec.sink.not-null-enforcer'='DROP';
213+
```
214+
210215
## Create Fluss Tables
211216
### Create Fluss Catalog
212217
Use the following SQL to create a Fluss catalog:

0 commit comments

Comments
 (0)