File tree 2 files changed +2
-3
lines changed
python/pyspark/sql/pipelines 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -555,8 +555,8 @@ def __hash__(self):
555
555
"pyspark.sql.tests.pandas.test_pandas_udf_typehints_with_future_annotations" ,
556
556
"pyspark.sql.tests.pandas.test_pandas_udf_window" ,
557
557
"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 "
560
560
"pyspark.sql.tests.pipelines.test_cli" ,
561
561
"pyspark.sql.tests.pipelines.test_decorators" ,
562
562
"pyspark.sql.tests.pipelines.test_graph_element_registry" ,
Original file line number Diff line number Diff line change 22
22
$ bin/spark-pipelines run --spec /path/to/pipeline.yaml
23
23
"""
24
24
from contextlib import contextmanager
25
- from threading import Thread
26
25
import argparse
27
26
import importlib .util
28
27
import os
You can’t perform that action at this time.
0 commit comments