XMLWordPrintableJSON

Details

    • Hide
      The DataStream#split() operation has been removed after being marked as deprecated for a couple of versions. Please use Side Outputs instead: https://ci.apache.org/projects/flink/flink-docs-stable/dev/stream/side_output.html
      Show
      The DataStream#split() operation has been removed after being marked as deprecated for a couple of versions. Please use Side Outputs instead: https://ci.apache.org/projects/flink/flink-docs-stable/dev/stream/side_output.html

    Description

      DataStream#split() has been deprecated in favour of using Side Outputs because:

      • It is less performant, split() creates and checks against Strings for the splitting logic.
      • split() was and is buggy : see FLINK-5031 and FLINK-11084, for example
      • The semantics of consecutive splits are not very clear in general.
      • Side outputs are more general and everything that could be done using split() can be achieved with side outputs with strictly better performance.

      Attachments

        Issue Links

          Activity

            People

              dwysakowicz Dawid Wysakowicz
              dwysakowicz Dawid Wysakowicz
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: