[ https://issues.apache.org/jira/browse/DRILL-8528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18004812#comment-18004812 ]
ASF GitHub Bot commented on DRILL-8528: --------------------------------------- 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? > Hbase Limit PushDown > -------------------- > > Key: DRILL-8528 > URL: https://issues.apache.org/jira/browse/DRILL-8528 > Project: Apache Drill > Issue Type: Improvement > Components: Storage - HBase > Affects Versions: 1.23.0 > Reporter: shihuafeng > Priority: Major > Fix For: 1.23.0 > > > Hbase limit pushdown -- This message was sent by Atlassian Jira (v8.20.10#820010)