You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2020/06/05 06:44:29 UTC

[spark] branch master updated: Revert "[SPARK-28624][SQL][TESTS] Run date.sql via Thrift Server"

This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new a8266e4  Revert "[SPARK-28624][SQL][TESTS] Run date.sql via Thrift Server"
a8266e4 is described below

commit a8266e44d464c31e37e4f7dbeb9210102ebef7c3
Author: HyukjinKwon <gu...@apache.org>
AuthorDate: Fri Jun 5 15:43:11 2020 +0900

    Revert "[SPARK-28624][SQL][TESTS] Run date.sql via Thrift Server"
    
    This reverts commit a4195d28ae94793b793641f121e21982bf3880d1.
---
 .../apache/spark/sql/hive/thriftserver/ThriftServerQueryTestSuite.scala | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/ThriftServerQueryTestSuite.scala b/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/ThriftServerQueryTestSuite.scala
index bf362b9..15cc310 100644
--- a/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/ThriftServerQueryTestSuite.scala
+++ b/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/ThriftServerQueryTestSuite.scala
@@ -68,6 +68,8 @@ class ThriftServerQueryTestSuite extends SQLQueryTestSuite with SharedThriftServ
     // Missing UDF
     "postgreSQL/boolean.sql",
     "postgreSQL/case.sql",
+    // SPARK-28624
+    "date.sql",
     // SPARK-28620
     "postgreSQL/float4.sql",
     // SPARK-28636


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