Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-2565

Planner tests are flaky due to file size mismatches

    XMLWordPrintableJSON

Details

    Description

      The test tries to compare the query plan for exact match including file size.
      However, when impala writes parquet file, it adds impala version string to the end of file.
      Different impala version will cause the different file size and test failure.

      --03:SCAN HDFS [tpch_parquet.region r]
      partitions=1/1 files=1 size=895B
      --03:SCAN HDFS [tpch_parquet.region r]
      partitions=1/1 files=1 size=900B

      We should probably just ignore the file size in result check.

      Attachments

        Activity

          People

            jyu@cloudera.com Juan Yu
            jyu@cloudera.com Juan Yu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: