gianm commented on a change in pull request #7591: Remove SQL experimental banner and other doc adjustments. URL: https://github.com/apache/incubator-druid/pull/7591#discussion_r280925574
########## File path: docs/content/toc.md ########## @@ -70,32 +70,33 @@ layout: toc * [Misc. Tasks](/docs/VERSION/ingestion/misc-tasks.html) ## Querying - * [Overview](/docs/VERSION/querying/querying.html) - * [Timeseries](/docs/VERSION/querying/timeseriesquery.html) - * [TopN](/docs/VERSION/querying/topnquery.html) - * [GroupBy](/docs/VERSION/querying/groupbyquery.html) - * [Time Boundary](/docs/VERSION/querying/timeboundaryquery.html) - * [Segment Metadata](/docs/VERSION/querying/segmentmetadataquery.html) - * [DataSource Metadata](/docs/VERSION/querying/datasourcemetadataquery.html) - * [Search](/docs/VERSION/querying/searchquery.html) - * [Select](/docs/VERSION/querying/select-query.html) - * [Scan](/docs/VERSION/querying/scan-query.html) - * Components - * [Datasources](/docs/VERSION/querying/datasource.html) - * [Filters](/docs/VERSION/querying/filters.html) - * [Aggregations](/docs/VERSION/querying/aggregations.html) - * [Post Aggregations](/docs/VERSION/querying/post-aggregations.html) - * [Granularities](/docs/VERSION/querying/granularities.html) - * [DimensionSpecs](/docs/VERSION/querying/dimensionspecs.html) - * [Context](/docs/VERSION/querying/query-context.html) - * [Multi-value dimensions](/docs/VERSION/querying/multi-value-dimensions.html) - * [SQL](/docs/VERSION/querying/sql.html) - * [Lookups](/docs/VERSION/querying/lookups.html) - * [Joins](/docs/VERSION/querying/joins.html) - * [Multitenancy](/docs/VERSION/querying/multitenancy.html) - * [Caching](/docs/VERSION/querying/caching.html) - * [Sorting Orders](/docs/VERSION/querying/sorting-orders.html) - * [Virtual Columns](/docs/VERSION/querying/virtual-columns.html) + * [Druid SQL](/docs/VERSION/querying/sql.html) + * [Native queries](/docs/VERSION/querying/querying.html) + * [Timeseries](/docs/VERSION/querying/timeseriesquery.html) + * [TopN](/docs/VERSION/querying/topnquery.html) + * [GroupBy](/docs/VERSION/querying/groupbyquery.html) + * [Time Boundary](/docs/VERSION/querying/timeboundaryquery.html) + * [Segment Metadata](/docs/VERSION/querying/segmentmetadataquery.html) + * [DataSource Metadata](/docs/VERSION/querying/datasourcemetadataquery.html) + * [Search](/docs/VERSION/querying/searchquery.html) + * [Select](/docs/VERSION/querying/select-query.html) Review comment: I'll reorder Select and Scan and put a scary caution on the Select page. I think it makes sense to do that now and to remove Select completely when we remove the code, which I think is a good idea to do at some point. ---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
