Github user marmbrus commented on a diff in the pull request:

    https://github.com/apache/spark/pull/9375#discussion_r43737046
  
    --- Diff: 
sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/CliSuite.scala
 ---
    @@ -48,9 +48,22 @@ class CliSuite extends SparkFunSuite with BeforeAndAfter 
with Logging {
           metastorePath.delete()
       }
     
    +  /**
    +   * Run a CLI operation and expect all the queries and expected answers 
to be returned.
    +   * @param timeout maximum time for the commands to complete
    +   * @param extraArgs any extra arguments
    +   * @param errorResponses a sequence of strings whose presence in the 
stdout of the forked process
    +   *                       is taken as an immediate error condition. That 
is: if a line containing
    +   *                       with one of these strings is found, fail the 
test immediately.
    +   *                       The default value is `Seq("Error:")`
    +   *
    +   * @param queriesAndExpectedAnswers one or more tupes of query + answer
    +   */
    +
    --- End diff --
    
    no new line


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to