loquisgon commented on code in PR #12392:
URL: https://github.com/apache/druid/pull/12392#discussion_r847586866
##########
core/src/main/java/org/apache/druid/data/input/InputEntity.java:
##########
@@ -136,4 +136,13 @@ public void close()
{
return Predicates.alwaysFalse();
}
+
+ /**
+ * This is required so that an empty iterator is created for the reader
corresponding to a tombstone
+ * @return false if the entity does not come from a tombstone segment, true
otherwise
+ */
+ default boolean isFromTombstone()
Review Comment:
Fixed.
##########
core/src/main/java/org/apache/druid/data/input/InputEntity.java:
##########
@@ -136,4 +136,13 @@ public void close()
{
return Predicates.alwaysFalse();
}
+
+ /**
+ * This is required so that an empty iterator is created for the reader
corresponding to a tombstone
+ * @return false if the entity does not come from a tombstone segment, true
otherwise
+ */
+ default boolean isFromTombstone()
Review Comment:
Removed from interface.
--
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]