You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`TRUE` (Default) | Date and timestamp values are loaded as their logical data types (DATE and TIMESTAMP). |
242
+
|`FALSE`| Date and timestamp values are loaded as raw integer values (INT32 for dates, INT64 for timestamps). |
243
+
234
244
### COMPRESSION (Unload Only)
235
245
236
246
Specifies the compression algorithm, which is used for compressing internal blocks of the file rather than the entire file, so the output remains in Parquet format.
@@ -262,4 +272,13 @@ Determines the behavior when encountering missing fields during data loading. Re
0 commit comments