You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/12/09 12:33:07 UTC

[GitHub] [spark] maropu commented on a change in pull request #26812: [SPARK-30179] Improve test in SingleSessionSuite

maropu commented on a change in pull request #26812: [SPARK-30179] Improve test in SingleSessionSuite
URL: https://github.com/apache/spark/pull/26812#discussion_r355423764
 
 

 ##########
 File path: sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2Suites.scala
 ##########
 @@ -790,6 +790,8 @@ class SingleSessionSuite extends HiveThriftJdbcTest {
         Seq(
           "SET foo=bar",
           s"ADD JAR $jarURL",
+          s"CREATE TABLE test_udtf(key INT, value STRING) USING hive",
 
 Review comment:
   nit: drop `s` in the head.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org