lokiore commented on code in PR #1821:
URL: https://github.com/apache/phoenix/pull/1821#discussion_r1492706821


##########
phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java:
##########
@@ -3243,10 +3243,10 @@ public boolean isViewReferenced() {
                 tableUpsert.setInt(34, ttl);
             }
 
-            if (rowKeyPrefix == null) {
+            if (rowKeyMatcher == null) {

Review Comment:
   @jpisaac a question do we want to store null in SYSCAT in case of 
Empty_Byte_array as well!?
   We are not doing any scans based on it bring null!?



-- 
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: issues-unsubscr...@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to