Github user twdsilva commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/419#discussion_r243718523
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/parse/UpdateStatisticsStatement.java
---
@@ -23,6 +23,7 @@
import java.util.Map;
+import org.apache.phoenix.jdbc.PhoenixStatement.Operation;
--- End diff --
nit: revert these changes---
