gianm commented on code in PR #18923: URL: https://github.com/apache/druid/pull/18923#discussion_r2723612932
########## docs/querying/sql-metadata-tables.md: ########## @@ -335,4 +335,37 @@ For example, to retrieve properties for a specific server, use the query ```sql SELECT * FROM sys.server_properties WHERE server='192.168.1.1:8081' -``` \ No newline at end of file +``` + +### QUERIES table Review Comment: I was thinking it's because it only works with Dart, and Dart is experimental, so this should be experimental too by transitivity. I will add that to the docs. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
