Krystal created DRILL-1371: ------------------------------ Summary: Hbase queries fail when hbase.scan.sizecalculator.enabled is set to false Key: DRILL-1371 URL: https://issues.apache.org/jira/browse/DRILL-1371 Project: Apache Drill Issue Type: Bug Components: Storage - HBase Reporter: Krystal Attachments: error.log
git.commit.id.abbrev=711cc2f When hbase.scan.sizecalculator.enabled is set to false, majority of hbase queries fail to run. When I set the parameter to "true", all of the hbase queries run successfully. Below is an example of a failed query: select stddev(cast(twocf['age'] as integer)) from voter where twocf['age'] > 30; Query failed: Failure while setting up query. null [c7aa35a4-3742-4e58-872e-c583d8c5c79e] Error: exception while executing query: Failure while trying to get next result batch. (state=,code=0) -- This message was sent by Atlassian JIRA (v6.3.4#6332)