maytasm commented on a change in pull request #10413:
URL: https://github.com/apache/druid/pull/10413#discussion_r493207542
##########
File path: docs/querying/sql.md
##########
@@ -1086,6 +1086,7 @@ Segments table provides details on all Druid segments,
whether they are publishe
|shardSpec|STRING|The toString of specific `ShardSpec`|
|dimensions|STRING|The dimensions of the segment|
|metrics|STRING|The metrics of the segment|
+|last_compaction_state|STRING|The configurations of the compaction task which
created this segment. May be null if segment was not created by compaction
task.|
For example to retrieve all segments for datasource "wikipedia", use the query:
Review comment:
Done. It's very basic example but any one with proficient SQL can
probably think of better things to 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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]