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



##########
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:
       Hi @surekhasaharan, I think the content in this popover already includes 
these fields. 
   <img width="1670" alt="image" 
src="https://user-images.githubusercontent.com/44718283/85969961-b56d7200-b9fb-11ea-9e19-435a6e52f000.png";>
   




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