Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-1219

Files located in intermediate directories of partitioned table should be ignored

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.10.0
    • None
    • None

    Description

      How to Reproduction

      $ bin/tsql
      default> CREATE EXTERNAL TABLE t1 (id int) USING CSV PARTITION BY COLUMN (type text) LOCATION '/table';
      
      
      $ cat > '/table'
      a|b
      <ctrl + d>
      
      $ bin/tsql
      default> select * from t1;
      ERROR: java.lang.NullPointerException
      

      This error will occur if some files are located in intermediate directory of a partitioned table.

      Attachments

        Activity

          People

            hyunsik Hyunsik Choi
            hyunsik Hyunsik Choi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: