You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2020/03/09 19:43:54 UTC

[GitHub] [phoenix] yanxinyi commented on a change in pull request #726: Phoenix-5760 Pherf Support Sequential Datatypes for INTEGER type fields and have fixed row distribution

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:
users@infra.apache.org


With regards,
Apache Git Services