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

SortPartition does not support KeySelectorFunctions

    XMLWordPrintableJSON

Details

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

    Description

      The following is not supported by the DataSet API:

      DataSet<MyObject> data = ...
      DataSet<MyObject> data.sortPartition(
        new KeySelector<MyObject, Long>() {
          public Long getKey(MyObject v) {
            ...
          }
        }, 
        Order.ASCENDING);
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: