siddharthteotia commented on a change in pull request #6951: URL: https://github.com/apache/incubator-pinot/pull/6951#discussion_r637216945
########## File path: pinot-core/src/test/java/org/apache/pinot/queries/JsonDataTypeQueriesTest.java ########## @@ -302,6 +305,54 @@ public void testJsonMatchArrayWithIndex() { Assert.assertEquals(iterator.next()[0], "goofy"); } + @Test + public void testJsonMatchNestedArrayWithIndex() { Review comment: (nit) Test case naming is confusing. Both are testing multi-dimensional array IMO data is an array, e is an array inside data array and y is an array inside e array -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org