Skip to content

Commit

Permalink
Update how to use --QUERY-DELIMITER
Browse files Browse the repository at this point in the history
  • Loading branch information
beliefer committed Feb 12, 2020
1 parent 3f8497f commit a512664
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ import org.apache.spark.tags.ExtendedSQLTest
* separate the SQL queries in the test file(e.g. bracketed comments), please use
* --QUERY-DELIMITER-START and --QUERY-DELIMITER-END. Lines starting with
* --QUERY-DELIMITER-START and --QUERY-DELIMITER-END represent the beginning and end of a query,
* respectively.
* respectively. Code that is not surrounded by lines that begin with --QUERY-DELIMITER-START
* and --QUERY-DELIMITER-END is still separated by semicolons.
* 2. Lines starting with -- are treated as comments and ignored.
* 3. Lines starting with --SET are used to specify the configs when running this testing file. You
* can set multiple configs in one --SET, using comma to separate them. Or you can use multiple
Expand Down

0 comments on commit a512664

Please sign in to comment.