Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-2241

CTAS fails when writing a repeated list

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.8.0
    • Future
    • Storage - Parquet
    • None

    Description

      Drill can read the following JSON file with a repeated list:

      {
      "a" : null
      "b" : [ ["B1", "B2"] ],
      }

      Writing this to Parquet via a simple CTAS fails.
      > create table temp as select * from `replist.json`;

      Log indicates this to be unsupported (UnsupportedOperationException: Unsupported type LIST)

      Log attached.

      Attachments

        1. drillbit_replist.log
          17 kB
          Abhishek Girish

        Issue Links

          Activity

            People

              Unassigned Unassigned
              agirish Abhishek Girish
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: