soumyava commented on code in PR #15101:
URL: https://github.com/apache/druid/pull/15101#discussion_r1348253609
##########
processing/src/main/java/org/apache/druid/segment/UnnestStorageAdapter.java:
##########
@@ -327,8 +327,7 @@ to generate filters to be passed to base cursor
(filtersPushedDownToBaseCursor)
(BooleanFilter) queryFilter,
inputColumn,
inputColumnCapabilites,
- filterSplitter,
- isTopLevelAndFilter
+ filterSplitter
Review Comment:
We should remove all occurrences of `isTopLevelAndFilter` which is not doing
anything
--
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]