jcamachor commented on a change in pull request #794: HIVE-21884 URL: https://github.com/apache/hive/pull/794#discussion_r332276521
########## File path: ql/src/test/queries/clientpositive/sysdb_schq.q ########## @@ -0,0 +1,38 @@ +--! qt:scheduledqueryservice +--! qt:dataset:src + +source ../../metastore/scripts/upgrade/hive/hive-schema-4.0.0.hive.sql; + +use sys; + +create scheduled query asd cron '* * * * * ? *' defined as select 1; + +!sleep 5; Review comment: This option was not existing before, right? This is very useful, we should document it! ---------------------------------------------------------------- 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]
