ygerzhedovich commented on code in PR #3577:
URL: https://github.com/apache/ignite-3/pull/3577#discussion_r1558952708
##########
modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItSqlOperatorsTest.java:
##########
@@ -326,6 +331,25 @@ public void testJson() {
assertExpression("'{\"a\":1}' IS NOT JSON
OBJECT").returns(false).check();
assertExpression("'[1, 2]' IS NOT JSON ARRAY").returns(false).check();
assertExpression("'1' IS NOT JSON SCALAR").returns(false).check();
+
+ // TODO https://issues.apache.org/jira/browse/IGNITE-20163
+ // assertExpression("'{\"a\":1}' FORMAT JSON").check();
+ }
+
+ @Test
+ @SuppressWarnings("ThrowableNotThrown")
Review Comment:
it looks like our gap in support of JSON. I suggest to create a ticket to
support it, rewrite test and mute it under the newly created ticket
--
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]