ankitsinghal commented on a change in pull request #1299:
URL: https://github.com/apache/phoenix/pull/1299#discussion_r705751557
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/iterate/ScanningResultIterator.java
##########
@@ -97,9 +95,7 @@ private void changeMetric(GlobalClientMetrics metric, Long
value) {
private void updateMetrics() {
if (scanMetricsEnabled && !scanMetricsUpdated) {
- ScanMetrics scanMetrics = scan.getScanMetrics();
- if (scanMetrics == null)
Review comment:
scanMetrics were expected null in HBase 1.3 only?
--
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]