siddharthteotia commented on a change in pull request #6951:
URL: https://github.com/apache/incubator-pinot/pull/6951#discussion_r637270501



##########
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:
       Agreeing on the terminology is more important. So my confusion is that 
nested array and MD array are same things?
   Essentially an array inside an array. each element is an array data -> e -> 
y 
   It's ok to leave the test case name as is but logically what we use in 
docs/design etc should be unified I think




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

Reply via email to