Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Publicly available JSON data sometimes have the following structure (arrays as first level elements):
[
{"accessLevel": "public"
},
{"accessLevel": "private"
}
]
Drill currently does not support Arrays or Scalars as first level elements. Only maps are supported. We should add support for the arrays and scalars.
Log attached.
Attachments
Attachments
Issue Links
- is related to
-
DRILL-2206 Error message must be updated when querying a JSON file with arrays in first level
- Open