jerqi commented on code in PR #358:
URL: https://github.com/apache/incubator-uniffle/pull/358#discussion_r1033389732
##########
storage/src/main/java/org/apache/uniffle/storage/request/CreateShuffleReadHandlerRequest.java:
##########
@@ -175,4 +176,12 @@ public Roaring64NavigableMap getExpectTaskIds() {
public void setExpectTaskIds(Roaring64NavigableMap expectTaskIds) {
this.expectTaskIds = expectTaskIds;
}
+
+ public boolean isExpectedTaskIdsBitmapFilter() {
+ return expectedTaskIdsBitmapFilter;
+ }
+
+ public void setExpectedTaskIdsBitmapFilter(boolean
expectedTaskIdsBitmapFilter) {
Review Comment:
`enableExpectedTaskIdsBitmapFilter()`,
The default value of expectedTaskIdsBitmapFilter is false. If we want to set
the value , we can call the method `enableExpectedTaskIdsBitmapFilter()`.
--
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]