Github user twdsilva commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/355#discussion_r224636691
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java
---
@@ -17,108 +17,20 @@
*/
package org.apache.phoenix.coprocessor;
-import static org.apache.hadoop.hbase.KeyValueUtil.createFirstOnRow;
--- End diff --
Please use the code formatter/templates from
https://phoenix.apache.org/develop.html so that the imports are reordered
unnecessarily.
---