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: parquet-avro/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,8 @@ Apache Avro integration
32
32
|`parquet.avro.read.schema`|`String`| The Avro schema to be used for reading. It shall be compatible with the file schema. The file schema will be used directly if not set. |
33
33
|`parquet.avro.projection`|`String`| The Avro schema to be used for projection. |
34
34
|`parquet.avro.compatible`|`boolean`| Flag for compatibility mode. `true` for materializing Avro `IndexedRecord` objects, `false` for materializing the related objects for either generic, specific, or reflect records.<br/>The default value is `true`. |
35
-
|`parquet.avro.readInt96AsFixed`|`boolean`| Flag for handling the `INT96` Parquet types. `true` for converting it to the `fixed` Avro type, `false` for not handling `INT96` types (throwing exception).<br/>The default value is `false`.<br/>**NOTE: The `INT96` Parquet type is deprecated. This option is only to support old data.**|
35
+
|`parquet.avro.readInt96AsFixed`|`boolean`| Flag for handling the `INT96` Parquet types. `true` for converting it to the `fixed` Avro type, `false` for not handling `INT96` types (throwing exception).<br/>The default value is `false`.<br/>**NOTE: The `INT96` Parquet type is deprecated. This option is only to support old data.**|
36
+
|`parquet.avro.serializable.classes`|`String`| List of the fully qualified class names separated by ',' that may be referenced from the Avro schema by "java-class" or "java-key-class" and are allowed to be loaded. |
0 commit comments