somu-imply commented on code in PR #13173:
URL: https://github.com/apache/druid/pull/13173#discussion_r989521087


##########
sql/src/main/java/org/apache/druid/sql/calcite/rel/DruidQuery.java:
##########
@@ -1298,15 +1298,6 @@ private ScanQuery toScanQuery()
         );
         return null;
       }
-      if (!dataSource.isConcrete()) {

Review Comment:
   This was introduced during #12418 as we moved to using a QueryDataSource. A 
TableDataSource always return true for `isConcrete`. So that part of the code 
can be avoided



-- 
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]

Reply via email to