tedyu commented on PR #39211:
URL: https://github.com/apache/spark/pull/39211#issuecomment-1364749385
`KubernetesSuite.scala` failure may not be related to the PR.
```
pushd /__w/connector/connect/common/src/main
/__w/spark/spark/dev/generate_protos.sh: line 39: pushd:
/__w/connector/connect/common/src/main: No such file or directory
```
I tried to account for `SPARK_HOME`:
```
pushd ${SPARK_HOME}/connector/connect/common/src/main
```
Though the above doesn't seem to work.
--
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]