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


##########
phoenix-core/src/test/java/org/apache/phoenix/util/IndexUtilTest.java:
##########
@@ -138,6 +138,10 @@ public void testIndexNullableColumnDataType() {
     private void verifyIndexColumnDataTypes(boolean isNullable, String 
expected) {
         Map<String, String> indexColumnDataTypes = Maps.newTreeMap();
         for (PDataType dataType : PDataTypeFactory.getInstance().getTypes()) {
+            if (!dataType.isEqualitySupported()) {

Review Comment:
   I thought we will support creating indexes on JSON columns ?



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