You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by gj...@apache.org on 2021/11/12 17:59:20 UTC

[phoenix] branch 4.x updated: PHOENIX-6561 : Allow pherf to intake phoenix Connection properties as argument. (addendum)

This is an automated email from the ASF dual-hosted git repository.

gjacoby pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x by this push:
     new 2e941ad  PHOENIX-6561 : Allow pherf to intake phoenix Connection properties as argument. (addendum)
2e941ad is described below

commit 2e941adf9c0fd1c4c05aae643aec6ea772b4b8ce
Author: Geoffrey Jacoby <gj...@salesforce.com>
AuthorDate: Fri Nov 12 12:59:02 2021 -0500

    PHOENIX-6561 : Allow pherf to intake phoenix Connection properties as argument. (addendum)
---
 .../src/main/java/org/apache/phoenix/pherf/util/PhoenixUtil.java         | 1 +
 1 file changed, 1 insertion(+)

diff --git a/phoenix-pherf/src/main/java/org/apache/phoenix/pherf/util/PhoenixUtil.java b/phoenix-pherf/src/main/java/org/apache/phoenix/pherf/util/PhoenixUtil.java
index 78f3117..c2cb9d8 100644
--- a/phoenix-pherf/src/main/java/org/apache/phoenix/pherf/util/PhoenixUtil.java
+++ b/phoenix-pherf/src/main/java/org/apache/phoenix/pherf/util/PhoenixUtil.java
@@ -51,6 +51,7 @@ import java.sql.Types;
 import java.text.SimpleDateFormat;
 import java.util.ArrayList;
 import java.util.Collections;
+import java.util.HashMap;
 import java.util.List;
 import java.util.Map;
 import java.util.Objects;