gianm commented on a change in pull request #10020:
URL: https://github.com/apache/druid/pull/10020#discussion_r441102692
##########
File path: processing/src/main/java/org/apache/druid/query/TableDataSource.java
##########
@@ -102,6 +102,11 @@ public final boolean equals(Object o)
return false;
}
+ if ((o instanceof GlobalTableDataSource || this instanceof
GlobalTableDataSource) &&
+ !getClass().equals(o.getClass())) {
Review comment:
#10037 removes LegacyDataSource (inspired by this thread).
----------------------------------------------------------------
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]