somu-imply commented on code in PR #13501:
URL: https://github.com/apache/druid/pull/13501#discussion_r1041774418
##########
processing/src/main/java/org/apache/druid/query/DataSource.java:
##########
@@ -124,4 +124,7 @@
*/
byte[] getCacheKey();
+ DataSourceAnalysis getAnalysisForDataSource();
+
+ DataSourceAnalysis getAnalysisForDataSource(Query<?> query);
Review Comment:
Addressed, query data source now populates the baseQuery while moving up the
tree. A method to update with new analysis object has been added
--
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]