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

test_query_options fails on EC(Erasure coding turned on) builds

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • Impala 3.3.0
    • Impala 3.3.0
    • None
    • ghx-label-6

    Description

      IMPALA-7290 made changes this test but the order expected in the test is different from the one which is actually encountered.
      Expected:

      Query Options (set by configuration and planner): MEM_LIMIT=8589934592,NUM_NODES=1,NUM_SCANNER_THREADS=1,RUNTIME_FILTER_MODE=0,MT_DOP=0,TIMEZONE=America/Los_Angeles,ALLOW_ERASURE_CODED_FILES=1,CLIENT_IDENTIFIER=query_test/test_observability.py::TestObservability::()::test_query_options
      

      Actual:

      Query Options (set by configuration and planner): MEM_LIMIT=8589934592,NUM_NODES=1,NUM_SCANNER_THREADS=1,RUNTIME_FILTER_MODE=0,MT_DOP=0,ALLOW_ERASURE_CODED_FILES=1,TIMEZONE=America/Los_Angeles,CLIENT_IDENTIFIER=query_test/test_observability.py::TestObservability::()::test_query_options
      

      Notice the order of TIMEZONE and ALLOW_ERASURE_CODED_FILES query options is reversed.
       

      Attachments

        Activity

          People

            bikramjeet.vig Bikramjeet Vig
            bikramjeet.vig Bikramjeet Vig
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: