shfshihuafeng commented on code in PR #3000:
URL: https://github.com/apache/drill/pull/3000#discussion_r2202232456
##########
contrib/storage-hbase/src/main/java/org/apache/drill/exec/store/hbase/HBaseSubScan.java:
##########
@@ -98,6 +101,11 @@ public HBaseStoragePlugin getStorageEngine(){
return hbaseStoragePlugin;
}
+ @JsonIgnore
+ public int getMaxRecords() {
Review Comment:
I don't think this attribute needs to be serialized. Do you suggest removing
the annotation?
--
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]