Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-4691

orc_createas1.q has minor inconsistency

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 0.11.0
    • 0.12.0
    • Tests
    • None

    Description

      orc_createas1.q has the following two statements:

      EXPLAIN SELECT * FROM orc_createas1b LIMIT 5;
      
      SELECT * FROM orc_createas1b ORDER BY key LIMIT 5;
      

      Since the pattern is:

      EXPLAIN QUERY

      QUERY

      This is probably a mistake. We should add ORDER BY to the explain statement.

      Attachments

        1. HIVE-4691.patch.txt
          4 kB
          Navis Ryu

        Activity

          People

            brocknoland Brock Noland
            brocknoland Brock Noland
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: