Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 62b2a3e18 -> 751043d8f


PHOENIX-2715 Query Log (addendum)


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/751043d8
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/751043d8
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/751043d8

Branch: refs/heads/4.x-HBase-0.98
Commit: 751043d8f6aa2f9aa54035b58255462456cfb196
Parents: 62b2a3e
Author: Ankit Singhal <ankitsingha...@gmail.com>
Authored: Fri Apr 20 10:57:05 2018 +0530
Committer: Ankit Singhal <ankitsingha...@gmail.com>
Committed: Fri Apr 20 10:57:05 2018 +0530

----------------------------------------------------------------------
 .../phoenix/end2end/SystemCatalogCreationOnConnectionIT.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/751043d8/phoenix-core/src/it/java/org/apache/phoenix/end2end/SystemCatalogCreationOnConnectionIT.java
----------------------------------------------------------------------
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/SystemCatalogCreationOnConnectionIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/SystemCatalogCreationOnConnectionIT.java
index beb31c2..fbc8cd7 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/SystemCatalogCreationOnConnectionIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/SystemCatalogCreationOnConnectionIT.java
@@ -76,7 +76,7 @@ public class SystemCatalogCreationOnConnectionIT {
 
     private static final Set<String> PHOENIX_NAMESPACE_MAPPED_SYSTEM_TABLES = 
new HashSet<>(
       Arrays.asList("SYSTEM:CATALOG", "SYSTEM:SEQUENCE", "SYSTEM:STATS", 
"SYSTEM:FUNCTION",
-        "SYSTEM:MUTEX", "SYSTEM.LOG"));
+        "SYSTEM:MUTEX", "SYSTEM:LOG"));
 
     private static class PhoenixSysCatCreationServices extends 
ConnectionQueryServicesImpl {
 

Reply via email to