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
Copy file name to clipboardExpand all lines: docs/modules/components/pages/outputs/iceberg.adoc
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,8 @@ output:
153
153
manifest_merge_enabled: true
154
154
max_snapshot_age: 24h
155
155
max_retries: 3
156
+
parquet:
157
+
string_encoding: delta_length_byte_array
156
158
batching:
157
159
count: 0
158
160
byte_size: 0
@@ -925,6 +927,28 @@ Maximum number of times to retry a failed transaction commit.
925
927
926
928
*Default*: `3`
927
929
930
+
=== `parquet`
931
+
932
+
Parquet writer configuration.
933
+
934
+
935
+
*Type*: `object`
936
+
937
+
938
+
=== `parquet.string_encoding`
939
+
940
+
The encoding to use for string and binary columns. Use `plain` for compatibility with readers that do not support `DELTA_LENGTH_BYTE_ARRAY` encoding, such as AWS Redshift Spectrum.
941
+
942
+
943
+
*Type*: `string`
944
+
945
+
*Default*: `"delta_length_byte_array"`
946
+
947
+
Options:
948
+
`plain`
949
+
, `delta_length_byte_array`
950
+
.
951
+
928
952
=== `batching`
929
953
930
954
Allows you to configure a xref:configuration:batching.adoc[batching policy].
Description("The encoding to use for string and binary columns. Use `plain` for compatibility with readers that do not support `DELTA_LENGTH_BYTE_ARRAY` encoding, such as AWS Redshift Spectrum.").
returnnil, fmt.Errorf("unsupported %s value: %q, please consider raising an issue to request support for feature gap", ioFieldParquetStringEncoding, strEnc)
0 commit comments