mirror of
https://github.com/apache/druid.git
synced 2025-02-10 03:55:02 +00:00
This PR adds the following to the ATTRIBUTES column in the explain plan output: - partitionedBy - clusteredBy - replaceTimeChunks This PR leverages the work done in #14074, which added a new column ATTRIBUTES to encapsulate all the statement-related attributes.