Skip to content

Commit 95aeb2b

Browse files
committed
more
1 parent 388fcfe commit 95aeb2b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

dev/sparktestsupport/modules.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,8 @@ def __hash__(self):
555555
"pyspark.sql.tests.pandas.test_pandas_udf_typehints_with_future_annotations",
556556
"pyspark.sql.tests.pandas.test_pandas_udf_window",
557557
"pyspark.sql.tests.pandas.test_pandas_sqlmetrics",
558-
"pyspark.sql.tests.pandas.test_block_connect_access",
559-
"pyspark.sql.tests.pipelines.test_blocking_connect_access"
558+
"pyspark.sql.tests.pandas.test_converter",
559+
"pyspark.sql.tests.pipelines.test_block_connect_access"
560560
"pyspark.sql.tests.pipelines.test_cli",
561561
"pyspark.sql.tests.pipelines.test_decorators",
562562
"pyspark.sql.tests.pipelines.test_graph_element_registry",

python/pyspark/sql/pipelines/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
$ bin/spark-pipelines run --spec /path/to/pipeline.yaml
2323
"""
2424
from contextlib import contextmanager
25-
from threading import Thread
2625
import argparse
2726
import importlib.util
2827
import os

0 commit comments

Comments
 (0)