yupeng9 commented on a change in pull request #6918: URL: https://github.com/apache/incubator-pinot/pull/6918#discussion_r632873961
########## 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: Yes. This is covered by the test `testUnnestCollection ` above -- 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