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

NPE on some queries from partitioned orc table

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 0.12.0
    • None
    • None

    Description

      If you create a partitioned ORC table with:

      create table A
      ...
      PARTITIONED BY (
      year int,
      month int,
      day int)
      

      This query will fail:
      select count from A where where year=2013 and month=9 and day=15;

      Attachments

        1. D13215.1.patch
          31 kB
          Phabricator

        Issue Links

          Activity

            People

              omalley Owen O'Malley
              omalley Owen O'Malley
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: