StephanEwen commented on a change in pull request #10420:
[FLINK-15051][state-backends] Fix typo in
RocksDBStateBackend.getNumberOfTransferingThreads
URL: https://github.com/apache/flink/pull/10420#discussion_r353867360
##########
File path:
flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBNativeMetricOptions.java
##########
@@ -436,12 +436,20 @@ public boolean isEnabled() {
return !properties.isEmpty();
}
+ /**
+ * @deprecated Typo in the method name, use {@link
#isColumnFamilyAsVariable()}.
+ */
+ @Deprecated
Review comment:
Even better :-)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services