Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-28149 [FLIP-223] Support HiveServer2 Endpoint
  3. FLINK-28723

Fix json format failed to serialize the MapData when its key is not STRING

    XMLWordPrintableJSON

Details

    Description

      Currently, the JSON format only supports serializing the Map when its key is STRING. We may convert the key to a JSON string. For example, we can convert the `MAP<ARRAY<INT>, ARRAY<INT>>` to the following string.

      {
        "[1, 2, 3]": [
          1,
          2,
          3
        ]
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            fsk119 Shengkai Fang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: