gianm commented on a change in pull request #10697:
URL: https://github.com/apache/druid/pull/10697#discussion_r587928565
##########
File path:
processing/src/main/java/org/apache/druid/query/planning/DataSourceAnalysis.java
##########
@@ -156,7 +166,7 @@ public static DataSourceAnalysis forDataSource(final
DataSource dataSource)
// going-up order. So reverse them.
Collections.reverse(preJoinableClauses);
- return Pair.of(current, preJoinableClauses);
+ return Pair.of(Pair.of(current, currentDimFilter), preJoinableClauses);
Review comment:
Nested Pairs probably mean it's time for a named class.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]