Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-2127

UI bug fix for Extend Column

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • v1.5.4.1
    • v1.6.0
    • Web
    • None

    Description

      In the 1.5.4.1 version of Kylin. we firstly add a new SUM(MAX, MIN...) measure and then add a Extend Column measure, finally save the cube will fail.
      Because of the json data of Extend Column measure is like this:
      {
      "name": "周起始日",
      "function": {
      "expression": "EXTENDED_COLUMN",
      "returntype": "extendedcolumn(100)",
      "parameter": {
      "type": "column",
      "value": "WK",
      "next_parameter": {
      "type": "column",
      "value": "WK_FROM",
      "next_parameter": {}
      }
      },
      "configuration": null
      }
      }
      the last next_parameter is {}, it should be null.

      This bug may be introduced by KYLIN-1767.

      Attachments

        1. KYLIN-2127.patch
          0.9 kB
          Kaisen Kang

        Activity

          People

            kangkaisen Kaisen Kang
            kangkaisen Kaisen Kang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: