Aggarwal-Raghav commented on code in PR #6618:
URL: https://github.com/apache/hive/pull/6618#discussion_r3923109711
##########
Jenkinsfile:
##########
@@ -285,6 +286,19 @@ fi
stage('Compile') {
buildHive("install -Dtest=noMatches")
}
+ stage('Thrift validation') {
+ sh '''#!/bin/bash -e
+set -x
+n=$(git diff -- '*/src/gen/thrift/*' | wc -l)
Review Comment:
how about using `git status` instead of `git diff`? as diff shows changes to
tracked file?
--
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]