File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
docs/en/sql-reference/00-sql-reference Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,6 @@ Determines the behavior when encountering missing fields during data loading. Re
227227| ` ERROR ` (Default) | Generates an error if a missing field is encountered. |
228228| ` NULL ` | Interprets missing fields as NULL values. An error will be generated for non-nullable fields. |
229229| ` FIELD_DEFAULT ` | Uses the default value of the field for missing fields. |
230- | ` TYPE_DEFAULT ` | Uses the default value of the field's data type for missing fields. |
231230
232231### COMPRESSION
233232
@@ -246,4 +245,11 @@ Determines the behavior when encountering missing fields during data loading. Re
246245
247246## ORC Options
248247
249- No options available for the ORC format yet.
248+ ### MISSING_FIELD_AS
249+
250+ Determines the behavior when encountering missing fields during data loading. Refer to the options in the table below for possible configurations.
251+
252+ | Available Values | Description |
253+ | ------------------| -----------------------------------------------------------------------------------------------|
254+ | ` ERROR ` (Default)| Generates an error if a missing field is encountered. |
255+ | ` FIELD_DEFAULT ` | Uses the default value of the field for missing fields. |
You can’t perform that action at this time.
0 commit comments