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

Dir0 and Dir1 from drill-1.4 are messed up

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 1.4.0
    • 1.5.0
    • Execution - Flow
    • None

    Description

      I have the following directories:
      /drill/testdata/temp1/abc/dt=2014-12-30/lineitem.parquet
      /drill/testdata/temp1/abc/dt=2014-12-31/lineitem.parquet

      The following queries returned incorrect data.

      select dir0,dir1 from dfs.`/drill/testdata/temp1` limit 2;
      ---------------------+

      dir0 dir1

      ---------------------+

      dt=2014-12-30 null
      dt=2014-12-30 null

      ---------------------+

      select dir0 from dfs.`/drill/testdata/temp1` limit 2;
      ----------------

      dir0

      ----------------

      dt=2014-12-31
      dt=2014-12-31

      ----------------

      Attachments

        Activity

          People

            amansinha100 Aman Sinha
            knguyen Krystal
            Rahul Kumar Challapalli Rahul Kumar Challapalli
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: