yanxinyi commented on a change in pull request #878:
URL: https://github.com/apache/phoenix/pull/878#discussion_r538002203
##########
File path:
phoenix-pherf/src/main/java/org/apache/phoenix/pherf/rules/RulesApplier.java
##########
@@ -138,9 +161,10 @@ public DataValue getDataForRule(Scenario scenario, Column
phxMetaColumn) throws
// Assume the first rule map
Map<DataTypeMapping, List> ruleMap = modelList.get(0);
List<Column> ruleList = ruleMap.get(phxMetaColumn.getType());
+ //LOGGER.info(String.format("Did not found a correct override
column rule, %s, %s", phxMetaColumn.getName(), phxMetaColumn.getType()));
Review comment:
nit: remove unused statement
----------------------------------------------------------------
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]