virajjasani commented on a change in pull request #1097:
URL: https://github.com/apache/phoenix/pull/1097#discussion_r564287947
##########
File path:
phoenix-core/src/it/java/org/apache/phoenix/end2end/SystemTablesCreationOnConnectionIT.java
##########
@@ -81,27 +88,27 @@
private static final String PHOENIX_NAMESPACE_MAPPED_SYSTEM_CATALOG =
"SYSTEM:CATALOG";
private static final String PHOENIX_SYSTEM_CATALOG = "SYSTEM.CATALOG";
private static final String EXECUTE_UPGRADE_COMMAND = "EXECUTE UPGRADE";
- private static final String MODIFIED_MAX_VERSIONS ="5";
+ private static final String MODIFIED_MAX_VERSIONS = "5";
private static final String CREATE_TABLE_STMT = "CREATE TABLE %s"
- + " (k1 VARCHAR NOT NULL, k2 VARCHAR, CONSTRAINT PK PRIMARY
KEY(K1,K2))";
+ + " (k1 VARCHAR NOT NULL, k2 VARCHAR, CONSTRAINT PK PRIMARY
KEY(K1,K2))";
Review comment:
you meant `do not` match the conventions above right?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]