Skip to content

Commit e7724a7

Browse files
committed
fix compile error
1 parent ba7d582 commit e7724a7

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/alipay/oceanbase/rpc/protocol/payload/impl/execute/query

1 file changed

+1
-1
lines changed

src/main/java/com/alipay/oceanbase/rpc/protocol/payload/impl/execute/query/ObTableQuery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public class ObTableQuery extends AbstractPayload {
6868
protected long maxResultSize = -1;
6969
protected ObHTableFilter hTableFilter;
7070

71-
private static final byte[] HTABLE_DUMMY_BYTES = new byte[] { 0x01, 0x00 };
71+
protected static final byte[] HTABLE_DUMMY_BYTES = new byte[] { 0x01, 0x00 };
7272
protected boolean isHbaseQuery = false;
7373
private boolean isFTSQuery = false;
7474
private List<String> scanRangeColumns = new LinkedList<String>();

0 commit comments

Comments
 (0)