Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Managed memory that is declared on transformations via Transformation#declareManagedMemoryUseCaseAtOperatorScope(ManagedMemoryUseCase managedMemoryUseCase, int weight) should be declared using a weight.
Usually, a weight should be some kind of factor, however, in the table planner it is used a kibi byte value. This causes issues on the DataStream API side that sets it to 1 in org.apache.flink.streaming.runtime.translators.BatchExecutionUtils#applyBatchExecutionSettings.
Attachments
Issue Links
- links to