You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/08/10 15:06:52 UTC

[GitHub] aljoscha commented on a change in pull request #6537: [FLINK-10122] KafkaConsumer should use partitionable state over union state if partition discovery is not active

aljoscha commented on a change in pull request #6537: [FLINK-10122] KafkaConsumer should use partitionable state over union state if partition discovery is not active
URL: https://github.com/apache/flink/pull/6537#discussion_r209291065
 
 

 ##########
 File path: flink-runtime/src/main/java/org/apache/flink/runtime/state/DefaultOperatorStateBackend.java
 ##########
 @@ -196,6 +196,20 @@ public void removeOperatorState(String name) {
 		}
 	}
 
+	public void deleteBroadCastState(String name) {
 
 Review comment:
   I think you added these methods twice, once under `deleteBroadcastState` and once under `deleteBroadCastState`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services