Copilot commented on code in PR #7934: URL: https://github.com/apache/hbase/pull/7934#discussion_r3392635403
########## hbase-common/src/main/java/org/apache/hadoop/hbase/util/RowColBloomHashKey.java: ########## @@ -23,66 +23,149 @@ import org.apache.yetus.audience.InterfaceAudience; /** - * An hash key for ROWCOL bloom. This assumes the cells to be serialized in the Keyvalue + * A hash key for ROWCOL bloom. This assumes the cells to be serialized in the Keyvalue Review Comment: Javadoc refers to the "Keyvalue" serialization format, but the class is `KeyValue` and this appears to be a typo in the comment. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
