Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.11.2
-
None
Description
Logical types works only for primitive types, and I can't deserialize an fixed type, like this one:
{ "type": "fixed", "name": "LogicalFixed", "logicalType": "decimal", "precision": 4, "scale": 2, "size": 10 }
An exception is SchemaParseException raised ("Undefined name: fixed at 'type'")
This schema is autogenerated by PySpark, from a decimal type, and can't be parsed.
Spark docs: https://spark.apache.org/docs/latest/sql-data-sources-avro.html
Attachments
Issue Links
- is part of
-
AVRO-3570 Logical type with "fixed" type not interoperable
- Open
- links to