abhishekrb19 commented on code in PR #19689:
URL: https://github.com/apache/druid/pull/19689#discussion_r3636467762
##########
indexing-service/src/test/java/org/apache/druid/indexing/seekablestream/SeekableStreamIndexTaskRunnerTest.java:
##########
@@ -688,6 +684,11 @@ private static DataSegment createSingleSegment()
.get(0);
}
+ /**
+ * Feeds the collector one row per value through its real {@link
StreamingShardSpecCollector#collect} API. A
+ * {@code null} value is sent as a row missing {@code dimension} (so {@code
getDimension} returns empty and the
+ * collector records a null), matching how a null/missing ingested value is
observed in production.
Review Comment:
Sure, I will update the docs in a follow-up.
--
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]