You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/01/31 16:34:41 UTC

[GitHub] surekhasaharan commented on a change in pull request #6955: update sys table docs

surekhasaharan commented on a change in pull request #6955: update sys table docs
URL: https://github.com/apache/incubator-druid/pull/6955#discussion_r252742633
 
 

 ##########
 File path: docs/content/querying/sql.md
 ##########
 @@ -649,10 +667,12 @@ check out [ingestion tasks](#../ingestion/tasks.html)
 |error_msg|Detailed error message in case of FAILED tasks|
 
 For example, to retrieve tasks information filtered by status, use the query
+
 ```sql
 SELECT * FROM sys.tasks where status='FAILED';
 ```
 
+Note that sys tables may not support all the Druid SQL Functions.
 
 Review comment:
   Some of the SQL functions which are not part of core calcite, for eg TIME_PARSE, TIME_EXTRACT etc. are not supported by sys tables. So this is a note to imply that...

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org