Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Generation Logics in SorterTemplateModel

 

2. Changes in existing Flink code

...

Classes that use NormalizedKeySorter will be updated at locations that they instantiate NormalizedKeySorter. As a result, code generation will be done on TaskManager. Therefore, instances of generated classes won’t need to be serialized and shipped across machines. Here is the list of classes that directly instantiate NormalizedKeySorter, and therefore will be directly affected by this improvement. 

...

Compatibility, Deprecation, and Migration Plan

...