Skip to content

Commit ba7d582

Browse files
committed
fix compile error
1 parent c4a6b5c commit ba7d582

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ public class ObTableQuery extends AbstractPayload {
6969
protected ObHTableFilter hTableFilter;
7070

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

7676
protected List<ObTableAggregationSingle> aggregations = new LinkedList<>();
7777

7878
private Long partId = null;
7979

80-
private ObKVParams obKVParams = null;
80+
protected ObKVParams obKVParams = null;
8181

8282
public void adjustStartKey(List<ObObj> key) throws IllegalArgumentException {
8383
List<ObNewRange> keyRanges = getKeyRanges();

0 commit comments

Comments
 (0)