gianm commented on code in PR #16841:
URL: https://github.com/apache/druid/pull/16841#discussion_r1704679657
##########
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:
It seems it doesn't. I removed `ScannableTable`.
--
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]