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

Missing statistics when requesting partition by names via HS2

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • HiveServer2
    • None

    Description

      Hive#getPartitionsByNames method can be used to obtain partition objects from the metastore by specifying their names and other options.

      public List<Partition> getPartitionsByNames(Table tbl, List<String> partNames, boolean getColStats)

      However, the partition statistics are missing from the returned objects no matter the value of the getColStats parameter.

      The problem is here and was caused by HIVE-24743.

      Attachments

        Issue Links

          Activity

            People

              zabetak Stamatis Zampetakis
              zabetak Stamatis Zampetakis
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: