Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-7926 long-lived daemons for query fragment execution, I/O and caching
  3. HIVE-10164

LLAP: ORC BIGINT SARGs regressed after Parquet PPD fixes (HIVE-8122)

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • None
    • None
    • None
    • None

    Description

      HIVE-8122 seems to have introduced a toString() to the ORC PPD codepath for BIGINT.

      https://github.com/apache/hive/blob/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/sarg/SearchArgumentImpl.java#L162

         private List<Object> getOrcLiteralList() {
            // no need to cast
      ...
           List<Object> result = new ArrayList<Object>();
            for (Object o : literalList) {
              result.add(Long.valueOf(o.toString()));
            }
            return result;
          }
      

      Attachments

        1. orc-sarg-tostring.png
          105 kB
          Gopal Vijayaraghavan

        Activity

          People

            prasanth_j Prasanth Jayachandran
            gopalv Gopal Vijayaraghavan
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: