Uploaded image for project: 'Kudu'
  1. Kudu
  2. KUDU-2300

Partition schema doesn't show correct type of bounds for range partitions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 1.5.0
    • None
    • master
    • None

    Description

      The Partition Schema section of the master Web UI always show the range partition with an EXCLUSIVE upper bound and an INCLUSIVE lower bounce, regardless of what the actual bounds' types are.

      For example, the partition below was created with two INCLUSIVE bounds, but the upper bound is shown incorrectly:

      HASH (CALLING_NUMBER_INT, CALLED_NUMBER_INT) PARTITIONS 2,
      RANGE (PERIOD_START_TIME) (
          PARTITION 2018-02-15T00:00:00.000001Z <= VALUES < 2018-02-16T00:00:00.000000Z
      )

      Attachments

        Activity

          People

            Unassigned Unassigned
            asdaraujo Andre Araujo
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: