zhengruifeng commented on PR #40943: URL: https://github.com/apache/spark/pull/40943#issuecomment-1522732825
after adding `set -ex`, the output will be like: ``` ~/spark$ ./dev/protobuf-breaking-changes-check.sh branch-3.4 + [[ 1 -gt 1 ]] +++ dirname ./dev/protobuf-breaking-changes-check.sh ++ cd ./dev/.. ++ pwd + SPARK_HOME=/home/ruifeng.zheng/spark + cd /home/ruifeng.zheng/spark + BRANCH=master + [[ 1 -eq 1 ]] + BRANCH=branch-3.4 + pushd connector/connect/common/src/main ~/spark/connector/connect/common/src/main ~/spark + echo 'Start protobuf breaking changes checking against branch-3.4' Start protobuf breaking changes checking against branch-3.4 + buf breaking --against https://github.com/apache/spark.git#branch=branch-3.4,subdir=connector/connect/common/src/main + echo 'Finsh protobuf breaking changes checking: SUCCESS' Finsh protobuf breaking changes checking: SUCCESS + [[ 0 -ne -0 ]] ``` -- 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]
