palashc commented on code in PR #2308:
URL: https://github.com/apache/phoenix/pull/2308#discussion_r2471819943


##########
phoenix-core-client/src/main/java/org/apache/phoenix/util/CDCUtil.java:
##########
@@ -89,7 +89,7 @@ public static String 
makeChangeScopeStringFromEnums(Set<PTable.CDCChangeScope> i
   }
 
   public static String getCDCIndexName(String cdcName) {
-    return CDC_INDEX_PREFIX + SchemaUtil.getTableNameFromFullName(cdcName);
+    return CDC_INDEX_PREFIX + cdcName;

Review Comment:
   one test in TableTTLIT was passing schema name as well, we should only be 
passing CDC Object's name everywhere



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to