Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-2283

PruningSuite fails if run right after HiveCompatibilitySuite

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.0.0
    • 1.0.1, 1.1.0
    • SQL
    • None

    Description

      HiveCompatibilitySuite caches test tables in memory. As the srcpart test table is loaded by default, it's cached by HiveCompatibilitySuite. Later, it is used by the first test case in PruningTest to test column pruning. But currently InMemoryColumnarTableScan doesn't support column pruning.

      The solution is to reset the test environment before running PruningSuite.

      Attachments

        Activity

          People

            lian cheng Cheng Lian
            lian cheng Cheng Lian
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: