InvisibleProgrammer commented on code in PR #6618: URL: https://github.com/apache/hive/pull/6618#discussion_r3922820064
########## Jenkinsfile: ########## @@ -97,8 +97,9 @@ sw java 21 && . /etc/profile.d/java.sh mkdir -p .m2/repository cp $SETTINGS .m2/settings.xml OPTS=" -s $PWD/.m2/settings.xml -B -Dtest.groups= " -OPTS+=" -Pitests,qsplits,dist,errorProne" +OPTS+=" -Pitests,qsplits,dist,errorProne,thriftif" Review Comment: I wonder, what is the build order in that case? What happens if dist build profile comes first and thriftif second? -- 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]
