somu-imply commented on code in PR #13501:
URL: https://github.com/apache/druid/pull/13501#discussion_r1042957503
##########
processing/src/main/java/org/apache/druid/query/JoinDataSource.java:
##########
@@ -482,13 +482,18 @@ public byte[] getCacheKey()
return keyBuilder.build();
}
- @Override
- public DataSourceAnalysis getAnalysisForDataSource()
+ private DataSourceAnalysis getAnalysis()
{
final Triple<DataSource, DimFilter, List<PreJoinableClause>> flattened =
flattenJoin(this);
return new DataSourceAnalysis(flattened.first, null, flattened.second,
flattened.third);
}
+ @Override
+ public DataSourceAnalysis getAnalysisForDataSource()
Review Comment:
Done :)
--
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]