mirror of
https://github.com/wader/fq.git
synced 2024-12-01 02:30:32 +03:00
13 lines
501 B
Plaintext
13 lines
501 B
Plaintext
|
def _avro_ocf__help:
|
||
|
{ notes: "Supports reading Avro Object Container Format (OCF) files based on the 1.11.0 specification.
|
||
|
|
||
|
Capable of handling null, deflate, and snappy codecs for data compression.
|
||
|
|
||
|
Limitations:
|
||
|
- Schema does not support self-referential types, only built-in types.
|
||
|
- Decimal logical types are not supported for decoding, will just be treated as their primitive type",
|
||
|
links: [
|
||
|
{url: "https://avro.apache.org/docs/current/spec.html#Object+Container+Files"}
|
||
|
]
|
||
|
};
|