jtuglu-netflix commented on code in PR #18082:
URL: https://github.com/apache/druid/pull/18082#discussion_r2140607133
##########
extensions-contrib/materialized-view-selection/src/main/java/org/apache/druid/query/materializedview/DerivativeDataSourceManager.java:
##########
@@ -158,7 +158,7 @@ private void updateDerivatives()
handle
.createQuery(
StringUtils.format(
- "SELECT DISTINCT dataSource,commit_metadata_payload FROM
%1$s",
+ "SELECT DISTINCT
supervisor_id,dataSource,commit_metadata_payload FROM %1$s",
Review Comment:
DB threw an error in test when selecting distinct without the supervisor ID,
hence I 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]