HyukjinKwon commented on code in PR #50187: URL: https://github.com/apache/spark/pull/50187#discussion_r1984184646
########## .github/workflows/build_and_test.yml: ########## @@ -92,6 +92,7 @@ jobs: pyspark_pandas_modules=`cd dev && python -c "import sparktestsupport.modules as m; print(','.join(m.name for m in m.all_modules if m.name.startswith('pyspark-pandas')))"` pyspark=`./dev/is-changed.py -m $pyspark_modules` pandas=`./dev/is-changed.py -m $pyspark_pandas_modules` + connect_examples=`./dev/is-changed.py -m "connect-examples"` Review Comment: If we want to run this with Java 21 (and other scheduled builds), we would need to add this in https://github.com/apache/spark/blob/master/.github/workflows/build_java21.yml too as an example, .e.g., `"connect_examples": "true"` -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org