Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-5871

KuduPartitionExpr incorrectly handles its child types

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • Impala 2.10.0
    • Impala 2.11.0
    • Frontend
    • ghx-label-7

    Description

      KuduPartitionExpr takes input rows and sends them to Kudu to determine the partition the rows correspond to in a particular table's partitioning scheme.

      If the input types are not the same as (but are compatible with) the types of the columns in the table, we need to cast the input rows. KuduPartitionExpr.analyze actually already does this, but the casts may be dropped in some cases, leading to a crash in the BE.

      In particular, attempting to insert a string value into a Kudu timestamp column fails.

      Attachments

        Issue Links

          Activity

            People

              twmarshall Thomas Tauber-Marshall
              twmarshall Thomas Tauber-Marshall
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: