Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
1.0.0
-
None
Description
Using the following json file:
{ "a" : null, "b" : [ ["B1", "B2"] ] }
The following CTAS query fails because parquet doesn't support a list directly nested inside another. We should improve the error message to better explain this:
0: jdbc:drill:zk=local> create table t2241 as select * from `2241.json`; Query failed: Unsupported type LIST [04423be8-706d-47c2-b73f-384201163d10 on abdel-11.qa.lab:31010]
Attachments
Issue Links
- is part of
-
DRILL-2430 Improve Error Propagation (Umbrella)
- Open
- is superceded by
-
DRILL-7326 Support repeated lists for CTAS parquet format
- Resolved