tkhurana commented on code in PR #1667:
URL: https://github.com/apache/phoenix/pull/1667#discussion_r1330793709


##########
phoenix-core/src/test/java/org/apache/phoenix/util/PhoenixRuntimeTest.java:
##########
@@ -165,6 +165,9 @@ public void testGetPkColsDataTypes() throws Exception {
                     // JIRA - 
https://issues.apache.org/jira/browse/PHOENIX-1329
                     continue;
                 }
+                if (!pType.canBePrimaryKey()) {

Review Comment:
   Why is this check added ? Can you add a comment here.



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