grundprinzip commented on PR #38889: URL: https://github.com/apache/spark/pull/38889#issuecomment-1338770120
> https://github.com/vicennial/spark/actions/runs/3620662718/jobs/6103638688 > > > > ``` > > Finished test(python3.9): pyspark.sql.tests.connect.test_connect_function (1s) ... 5 tests were skipped > > Starting test(python3.9): pyspark.sql.tests.connect.test_connect_plan_only (temp output: /__w/spark/spark/python/target/0ffb8674-bbe9-44dc-86ab-f68ce4eda3f9/python3.9__pyspark.sql.tests.connect.test_connect_plan_only__fnnvnv4i.log) > > Finished test(python3.9): pyspark.sql.tests.connect.test_connect_plan_only (0s) ... 28 tests were skipped > > Starting test(python3.9): pyspark.sql.tests.connect.test_connect_select_ops (temp output: /__w/spark/spark/python/target/e1d26883-9178-4dba-a700-7d620f9dd8e5/python3.9__pyspark.sql.tests.connect.test_connect_select_ops__afogxb26.log) > > Finished test(python3.9): pyspark.sql.tests.connect.test_connect_select_ops (0s) ... 2 tests were skipped > > Tests passed in 12 seconds > > > > Skipped tests in pyspark.sql.tests.connect.test_connect_basic with python3.9: > > test_agg_with_avg (pyspark.sql.tests.connect.test_connect_basic.SparkConnectTests) ... skip (0.002s) > > test_agg_with_two_agg_exprs (pyspark.sql.tests.connect.test_connect_basic.SparkConnectTests) ... skip (0.001s) > > test_collect (pyspark.sql.tests.connect.test_connect_basic.SparkConnectTests) ... skip (0.001s) > > test_columns (pyspark.sql.tests.connect.test_connect_basic.SparkConnectTests) ... skip (0.002s) > > test_count (pyspark.sql.tests.connect.test_connect_basic.SparkConnectTests) ... skip (0.000s) > > test_create_global_temp_view (pyspark.sql.tests.connect.test_connect_basic.SparkConnectTests) ... skip (0.001s) > > ``` > > > > this PR disabled all the tests in PySpark-Connect > > > > @HyukjinKwon @grundprinzip @hvanhovell @vicennial How did this happen :( -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
