abhishekrb19 commented on code in PR #16841:
URL: https://github.com/apache/druid/pull/16841#discussion_r1704544130


##########
sql/src/main/java/org/apache/druid/sql/calcite/schema/SystemSchema.java:
##########
@@ -241,7 +250,7 @@ public Map<String, Table> getTableMap()
   /**
    * This table contains row per segment from metadata store as well as served 
segments.
    */
-  static class SegmentsTable extends AbstractTable implements ScannableTable
+  static class SegmentsTable extends AbstractTable implements ScannableTable, 
ProjectableFilterableTable

Review Comment:
   Do we still need to implement `ScannableTable`? I'd think the new 
`scan(DataContext, List<RexNode>, int[])` signature would be called with empty 
filters and null projects if it's not present in the query



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