Skip to content

Commit e545d01

Browse files
committed
use a specific branch which will be used to make a code change
1 parent 8fe7202 commit e545d01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_python_connect40.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818
#
1919

20-
name: Build / Python-only, Connect-only (master-server, branch-4.0-client, Python 3.11)
20+
name: Build / Python-only, Connect-only (master-server, branch-4.0-SC-213385-client, Python 3.11)
2121

2222
on:
2323
push:
@@ -93,13 +93,13 @@ jobs:
9393
--conf spark.sql.execution.arrow.pyspark.validateSchema.enabled=false \
9494
--conf spark.sql.execution.pandas.convertToArrowArraySafely=false
9595
96-
# Checkout to branch-4.0 to use the tests in branch-4.0.
96+
# Checkout to branch-4.0-SC-213385 to use the tests in branch-4.0-SC-213385.
9797
cd ..
98-
git clone --single-branch --branch branch-4.0 $GITHUB_SERVER_URL/$GITHUB_REPOSITORY spark-4.0
98+
git clone --single-branch --branch branch-4.0-SC-213385 $GITHUB_SERVER_URL/$GITHUB_REPOSITORY spark-4.0
9999
cd spark-4.0
100100
101101
# Several tests related to catalog requires to run them sequencially, e.g., writing a table in a listener.
102-
# Run branch-4.0 tests
102+
# Run branch-4.0-SC-213385 tests
103103
./python/run-tests --parallelism=1 --python-executables=python3 --modules pyspark-connect
104104
# None of tests are dependent on each other in Pandas API on Spark so run them in parallel
105105
./python/run-tests --parallelism=1 --python-executables=python3 --modules pyspark-pandas-connect,pyspark-pandas-slow-connect

0 commit comments

Comments
 (0)