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

iceberg-handler/dynamic_partition_pruning.q fails in GenericUDFIn.getDisplayString() if assertion check is enabled

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 4.0.0
    • None
    • Iceberg integration
    • None

    Description

      If assertion checking is enabled, ql/src/test/queries/clientpositive/dynamic_partition_pruning.q fails with an assertion failure in the following method of ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFIn.java:

         public String getDisplayString(String[] children) {
          assert (children.length >= 2);
      

      While dynamic_partition_pruning.q is running, getDisplayString() is called with children.length == 1.

      Attachments

        Activity

          People

            Unassigned Unassigned
            glapark Sungwoo Park
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: