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

CTAS Auto Partitioning: Fails when we use boolean as the partition type

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.1.0
    • Execution - Data Types
    • None

    Description

      git.commit.id.abbrev=5a34d81

      The below query fails :

      create table region partition by (r_bool) as select r.*, true r_bool from cp.`tpch/region.parquet` r;
      Error: SYSTEM ERROR: 
      
      Fragment 0:0
      
      [Error Id: 0b6baadc-034b-47d2-9edd-f2c8752de571 on qa-node190.qa.lab:31010] (state=,code=0)
      

      I attached the log file

      Attachments

        1. error.log
          6 kB
          Rahul Kumar Challapalli
        2. DRILL-3361.patch
          0.9 kB
          Steven Phillips

        Activity

          People

            sphillips Steven Phillips
            rkins Rahul Kumar Challapalli
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: