Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-3233

PartitionOperator does not support expression keys on atomic types

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.10.1, 1.0.0
    • 1.0.0
    • API / DataSet
    • None

    Description

      The following operation is not supported by the DataSet API:

      DataSet<Integer> ints = ...
      DataSet<Integer> pInts = ints.partitionByHash("*");
      

      The same is true for all other partitioning methods (range, custom).

      Attachments

        Activity

          People

            fhueske Fabian Hueske
            fhueske Fabian Hueske
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: