yanxinyi commented on a change in pull request #726: Phoenix-5760 Pherf Support 
Sequential Datatypes for INTEGER type fields and have fixed row distribution
URL: https://github.com/apache/phoenix/pull/726#discussion_r389919845
 
 

 ##########
 File path: 
phoenix-pherf/src/main/java/org/apache/phoenix/pherf/rules/RulesApplier.java
 ##########
 @@ -57,6 +57,8 @@
     private String cachedScenarioOverrideName;
     private Map<DataTypeMapping, List> scenarioOverrideMap;
 
+    private Map<Column,RuleBasedDataGenerator> columnRuleBasedDataGeneratorMap 
= new HashMap<>();
 
 Review comment:
    Do we only consider INTEGER here? What about other types?

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to