File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/alipay/oceanbase/rpc/protocol/payload/impl/execute/query Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments