Github user codymarcel commented on a diff in the pull request: https://github.com/apache/phoenix/pull/157#discussion_r58555009 --- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/configuration/QuerySet.java --- @@ -31,7 +31,24 @@ private long numberOfExecutions = PherfConstants.DEFAULT_NUMBER_OF_EXECUTIONS; private long executionDurationInMs = PherfConstants.DEFAULT_THREAD_DURATION_IN_MS; private ExecutionType executionType = ExecutionType.SERIAL; - + private boolean randomPointRead = false; + private String primaryKey = PherfConstants.DEFAULT_PRIMARY_KEY; + + @XmlAttribute + public String getPrimaryKey() { + return primaryKey; --- End diff -- nit: more formatting. Make sure you import the code stye preferences into your project.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---