clintropolis commented on a change in pull request #9883:
URL: https://github.com/apache/druid/pull/9883#discussion_r447412768



##########
File path: web-console/src/views/segments-view/segments-view.tsx
##########
@@ -221,7 +221,7 @@ export class SegmentsView extends 
React.PureComponent<SegmentsViewProps, Segment
           queryParts = compact([
             `SELECT`,
             `  ("start" || '/' || "end") AS "interval",`,
-            `  "segment_id", "datasource", "start", "end", "size", "version", 
"partition_num", "num_replicas", "num_rows", "is_published", "is_available", 
"is_realtime", "is_overshadowed", "payload"`,
+            `  "segment_id", "datasource", "start", "end", "size", "version", 
"partition_num", "num_replicas", "num_rows", "is_published", "is_available", 
"is_realtime", "is_overshadowed"`,

Review comment:
       Yeah, it looks like this information is fetched outside of system table 
from 
```/druid/coordinator/v1/metadata/datasources/${datasourceId}/segments/${segmentId}```




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

Reply via email to