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 bd896cac168a Revert "[SPARK-48163][CONNECT][TESTS] Disable 
`SparkConnectServiceSuite.SPARK-43923: commands send events - 
get_resources_command`"
bd896cac168a is described below

commit bd896cac168aa5793413058ca706c73705edbf96
Author: Hyukjin Kwon <gurwls...@apache.org>
AuthorDate: Wed May 8 19:28:45 2024 +0900

    Revert "[SPARK-48163][CONNECT][TESTS] Disable 
`SparkConnectServiceSuite.SPARK-43923: commands send events - 
get_resources_command`"
    
    This reverts commit 56fe185c78a249cf88b1d7e5d1e67444e1b224db.
---
 .../apache/spark/sql/connect/planner/SparkConnectServiceSuite.scala    | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/connector/connect/server/src/test/scala/org/apache/spark/sql/connect/planner/SparkConnectServiceSuite.scala
 
b/connector/connect/server/src/test/scala/org/apache/spark/sql/connect/planner/SparkConnectServiceSuite.scala
index 59d9750c0fbf..af18fca9dd21 100644
--- 
a/connector/connect/server/src/test/scala/org/apache/spark/sql/connect/planner/SparkConnectServiceSuite.scala
+++ 
b/connector/connect/server/src/test/scala/org/apache/spark/sql/connect/planner/SparkConnectServiceSuite.scala
@@ -418,14 +418,11 @@ class SparkConnectServiceSuite
               .setInput(
                 
proto.Relation.newBuilder().setSql(proto.SQL.newBuilder().setQuery("select 
1")))),
         None),
-      // TODO(SPARK-48164) Reenable `commands send events - 
get_resources_command`
-      /*
       (
         proto.Command
           .newBuilder()
           .setGetResourcesCommand(proto.GetResourcesCommand.newBuilder()),
         None),
-      */
       (
         proto.Command
           .newBuilder()


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

Reply via email to