adarshsanjeev commented on code in PR #17541: URL: https://github.com/apache/druid/pull/17541#discussion_r1883391181
########## processing/src/main/java/org/apache/druid/query/JoinDataSource.java: ########## @@ -96,6 +96,8 @@ public class JoinDataSource implements DataSource private final DimFilter leftFilter; @Nullable private final JoinableFactoryWrapper joinableFactoryWrapper; + @Nullable + private final JoinAlgorithm preferredJoinAlgorithm; Review Comment: My mistake, I think it does pick up broadcast as the default at this level itself, so this change makes sense. -- 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]
