Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.0, 1.2.0
-
None
Description
Running a simple select * from an avro file fails.
> select count(*) from `divolte.avro`; Error: SYSTEM ERROR: UnsupportedOperationException: Unimplemented type: UNION Fragment 0:0 [Error Id: c7c1ed87-cd85-4146-844d-4addc227128b on abhi1:31010] (state=,code=0)
Plan:
00-00 Screen
00-01 Project(*=[$0])
00-02 Scan(groupscan=[EasyGroupScan [selectionRoot=maprfs:/tmp/divolte.avro, numFiles=1, columns=[`*`], files=[maprfs:///tmp/divolte.avro]]])
Log & data file attached.
Attachments
Attachments
Issue Links
- is related to
-
DRILL-3458 Avro file format's support for map and nullable union data types.
- Resolved