siddharthteotia commented on a change in pull request #6918: URL: https://github.com/apache/incubator-pinot/pull/6918#discussion_r632813843
########## File path: pinot-segment-local/src/test/java/org/apache/pinot/segment/local/recordtransformer/ComplexTypeTransformerTest.java ########## @@ -237,4 +238,76 @@ public void testUnnestCollection() { next = itr.next(); Assert.assertEquals("v2", next.getValue("array.a")); } + + @Test + public void testConvertCollectionToString() { Review comment: Can we please add a test where in a JSON object, one collection is unnested and another parallel collection at the same level in the root is not unnested ? I am assuming the one that is not unnested will still be repeated as many times based on the repetition level of the unnested collection. -- 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