Skip to content

Commit

Permalink
Revert "[SPARK-48163][CONNECT][TESTS] Disable `SparkConnectServiceSuite.
Browse files Browse the repository at this point in the history
SPARK-43923: commands send events - get_resources_command`"

This reverts commit 56fe185.
  • Loading branch information
HyukjinKwon committed May 8, 2024
1 parent 1b966d2 commit bd896ca
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit bd896ca

Please sign in to comment.