You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by vj...@apache.org on 2023/11/23 06:23:49 UTC

(phoenix) branch PHOENIX-7001-feature updated: addendum - SYSTEM.CATALOG upsert syntax changes

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

vjasani pushed a commit to branch PHOENIX-7001-feature
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/PHOENIX-7001-feature by this push:
     new 4e8fa931a2 addendum - SYSTEM.CATALOG upsert syntax changes
4e8fa931a2 is described below

commit 4e8fa931a29dfbf10602291bd2577d3b4acc35ec
Author: Viraj Jasani <vj...@apache.org>
AuthorDate: Wed Nov 22 22:23:03 2023 -0800

    addendum - SYSTEM.CATALOG upsert syntax changes
---
 .../src/main/java/org/apache/phoenix/schema/MetaDataClient.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java b/phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java
index ebbe4bb7d4..ac433090d4 100644
--- a/phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java
+++ b/phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java
@@ -360,7 +360,7 @@ public class MetaDataClient {
                     PHYSICAL_TABLE_NAME + "," +
                     SCHEMA_VERSION + "," +
                     STREAMING_TOPIC_NAME + "," +
-                    INDEX_WHERE +
+                    INDEX_WHERE + "," +
                     CDC_INCLUDE_TABLE +
                     ") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, " +
                 "?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)";