kgyrtkirk commented on a change in pull request #794: HIVE-21884
URL: https://github.com/apache/hive/pull/794#discussion_r335701193
 
 

 ##########
 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:
   actually, this is a [CliDriver 
feature](https://github.com/apache/hive/blob/5ce0b4008ed1d6b7bdce0d037cc6cf7010bd948b/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java#L162)
 :)

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to