zyxxoo commented on code in PR #1896:
URL:
https://github.com/apache/incubator-hugegraph/pull/1896#discussion_r1008842183
##########
hugegraph-hbase/src/main/java/com/baidu/hugegraph/backend/store/hbase/HbaseSessions.java:
##########
@@ -446,20 +444,20 @@ public default R scan(String table,
/**
* Inner scan: send scan request to HBase and get iterator
*/
- public R scan(String table, Scan scan);
+ R scan(String table, Scan scan);
/**
* Increase a counter by rowkey and qualifier to a table
*/
- public long increase(String table, byte[] family,
- byte[] rowkey, byte[] qualifier, long value);
+ long increase(String table, byte[] family, byte[] rowkey,
+ byte[] qualifier, long value);
}
/**
* Session implement for HBase
*/
public class Session extends AbstractBackendSession
- implements HbaseSession<RowIterator> {
+ implements HbaseSession<RowIterator> {
Review Comment:
#1996
--
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]