We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7d582 commit e7724a7Copy full SHA for e7724a7
src/main/java/com/alipay/oceanbase/rpc/protocol/payload/impl/execute/query/ObTableQuery.java
@@ -68,7 +68,7 @@ public class ObTableQuery extends AbstractPayload {
68
protected long maxResultSize = -1;
69
protected ObHTableFilter hTableFilter;
70
71
- private static final byte[] HTABLE_DUMMY_BYTES = new byte[] { 0x01, 0x00 };
+ protected static final byte[] HTABLE_DUMMY_BYTES = new byte[] { 0x01, 0x00 };
72
protected boolean isHbaseQuery = false;
73
private boolean isFTSQuery = false;
74
private List<String> scanRangeColumns = new LinkedList<String>();
0 commit comments