clintropolis commented on code in PR #14542:
URL: https://github.com/apache/druid/pull/14542#discussion_r1260798313
##########
indexing-service/src/test/java/org/apache/druid/indexing/input/DruidSegmentReaderTest.java:
##########
@@ -683,6 +684,117 @@ public void close()
Assert.assertTrue("Sequence is not closed",
isSequenceClosed.booleanValue());
}
+ @Test
+ public void testArrayColumns() throws IOException
+ {
+ // Write a segment with two rows in it, with columns: s (string), d
(double), cnt (long), met_s (complex).
Review Comment:
heh oops yes copied some stuff from another test to get the basic outline
and then added arrays
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]