Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-21871 Support watermark for Hive and Filesystem streaming source
  3. FLINK-21894

Update type of HiveTablePartition#partitionSpec from Map<String, Object> to Map<String, String>

    XMLWordPrintableJSON

Details

    Description

      In order to support watermark for Hive connector (FLINK-21871), we need to extract time from the partition string values. However, currently HiveTablePartition#partitionSpec uses Map<String, Object> type to store the partition spec which is hard convert back to string values. Therefore, I propose to use the raw Map<String, String> type instead which is easier to convert into Map<String, Object> when needed.

      Attachments

        Issue Links

          Activity

            People

              jark Jark Wu
              jark Jark Wu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: