Apache9 commented on PR #4548: URL: https://github.com/apache/hbase/pull/4548#issuecomment-1158858083
I think 'iff' here means 'if and only if'? Checked the code, I believe in this file we have two typos https://github.com/apache/hbase/blob/5e5d18bf212cec50fc7aa97609baee7613fc25c2/hbase-client/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/ProtobufUtil.java#L460 https://github.com/apache/hbase/blob/5e5d18bf212cec50fc7aa97609baee7613fc25c2/hbase-client/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/ProtobufUtil.java#L3102 seperated -> separated And HBase use jira to track issues, so please visit here https://issues.apache.org/jira Register an account, create an issue for HBase about fixing the above typos, and then open a PR here to fix the typos. Remember to let the PR's title start with the jira issue id, like "HBASE-12345 Fix typos in ProtobufUtil" Thanks for contributing! -- 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]
