dongjoon-hyun commented on PR #38426:
URL: https://github.com/apache/spark/pull/38426#issuecomment-1295238073

   The last commit only changes the annotation and I verified it once more 
manually. Merged to master for Apache Spark 3.4.
   ```
   % PYTHON_EXECUTABLE=python3.9 python/run-tests --modules pyspark-connect
   Running PySpark tests. Output is in 
/Users/dongjoon/APACHE/spark-merge/python/unit-tests.log
   Will test against the following Python executables: ['python3.9']
   Will test the following Python modules: ['pyspark-connect']
   python3.9 python_implementation is CPython
   python3.9 version is: Python 3.9.15
   Starting test(python3.9): 
pyspark.sql.tests.connect.test_connect_column_expressions (temp output: 
/Users/dongjoon/APACHE/spark-merge/python/target/11141642-6c91-4d03-9039-7e4ca2a946d9/python3.9__pyspark.sql.tests.connect.test_connect_column_expressions__ufodn8um.log)
   Starting test(python3.9): pyspark.sql.tests.connect.test_connect_basic (temp 
output: 
/Users/dongjoon/APACHE/spark-merge/python/target/4701bdaf-a321-4175-8dfb-dea06c91b45a/python3.9__pyspark.sql.tests.connect.test_connect_basic__daej1unt.log)
   Starting test(python3.9): pyspark.sql.tests.connect.test_connect_select_ops 
(temp output: 
/Users/dongjoon/APACHE/spark-merge/python/target/b84efc53-9fba-4073-a088-09dad28fb5a0/python3.9__pyspark.sql.tests.connect.test_connect_select_ops__34nud2k0.log)
   Starting test(python3.9): pyspark.sql.tests.connect.test_connect_plan_only 
(temp output: 
/Users/dongjoon/APACHE/spark-merge/python/target/66f11110-5751-49e7-8bb1-72633c30d7b1/python3.9__pyspark.sql.tests.connect.test_connect_plan_only__inix46uc.log)
   Finished test(python3.9): pyspark.sql.tests.connect.test_connect_basic (2s) 
... 6 tests were skipped
   Finished test(python3.9): pyspark.sql.tests.connect.test_connect_plan_only 
(2s) ... 10 tests were skipped
   Finished test(python3.9): pyspark.sql.tests.connect.test_connect_select_ops 
(2s) ... 2 tests were skipped
   Finished test(python3.9): 
pyspark.sql.tests.connect.test_connect_column_expressions (2s) ... 2 tests were 
skipped
   Tests passed in 2 seconds
   
   Skipped tests in pyspark.sql.tests.connect.test_connect_basic with python3.9:
         test_limit_offset 
(pyspark.sql.tests.connect.test_connect_basic.SparkConnectTests) ... skip 
(0.003s)
         test_schema 
(pyspark.sql.tests.connect.test_connect_basic.SparkConnectTests) ... skip 
(0.000s)
         test_simple_datasource_read 
(pyspark.sql.tests.connect.test_connect_basic.SparkConnectTests) ... skip 
(0.000s)
         test_simple_explain_string 
(pyspark.sql.tests.connect.test_connect_basic.SparkConnectTests) ... skip 
(0.000s)
         test_simple_read 
(pyspark.sql.tests.connect.test_connect_basic.SparkConnectTests) ... skip 
(0.000s)
         test_simple_udf 
(pyspark.sql.tests.connect.test_connect_basic.SparkConnectTests) ... skip 
(0.000s)
   
   Skipped tests in pyspark.sql.tests.connect.test_connect_column_expressions 
with python3.9:
         test_column_literals 
(pyspark.sql.tests.connect.test_connect_column_expressions.SparkConnectColumnExpressionSuite)
 ... skip (0.000s)
         test_simple_column_expressions 
(pyspark.sql.tests.connect.test_connect_column_expressions.SparkConnectColumnExpressionSuite)
 ... skip (0.000s)
   
   Skipped tests in pyspark.sql.tests.connect.test_connect_plan_only with 
python3.9:
         test_all_the_plans 
(pyspark.sql.tests.connect.test_connect_plan_only.SparkConnectTestsPlanOnly) 
... skip (0.003s)
         test_datasource_read 
(pyspark.sql.tests.connect.test_connect_plan_only.SparkConnectTestsPlanOnly) 
... skip (0.000s)
         test_deduplicate 
(pyspark.sql.tests.connect.test_connect_plan_only.SparkConnectTestsPlanOnly) 
... skip (0.001s)
         test_filter 
(pyspark.sql.tests.connect.test_connect_plan_only.SparkConnectTestsPlanOnly) 
... skip (0.000s)
         test_limit 
(pyspark.sql.tests.connect.test_connect_plan_only.SparkConnectTestsPlanOnly) 
... skip (0.000s)
         test_offset 
(pyspark.sql.tests.connect.test_connect_plan_only.SparkConnectTestsPlanOnly) 
... skip (0.000s)
         test_relation_alias 
(pyspark.sql.tests.connect.test_connect_plan_only.SparkConnectTestsPlanOnly) 
... skip (0.000s)
         test_sample 
(pyspark.sql.tests.connect.test_connect_plan_only.SparkConnectTestsPlanOnly) 
... skip (0.001s)
         test_simple_project 
(pyspark.sql.tests.connect.test_connect_plan_only.SparkConnectTestsPlanOnly) 
... skip (0.000s)
         test_simple_udf 
(pyspark.sql.tests.connect.test_connect_plan_only.SparkConnectTestsPlanOnly) 
... skip (0.000s)
   
   Skipped tests in pyspark.sql.tests.connect.test_connect_select_ops with 
python3.9:
         test_join_with_join_type 
(pyspark.sql.tests.connect.test_connect_select_ops.SparkConnectToProtoSuite) 
... skip (0.003s)
         test_select_with_columns_and_strings 
(pyspark.sql.tests.connect.test_connect_select_ops.SparkConnectToProtoSuite) 
... skip (0.000s)
   ```


-- 
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]

Reply via email to