linliu-code commented on code in PR #10512:
URL: https://github.com/apache/hudi/pull/10512#discussion_r1479262480
##########
hudi-platform-service/hudi-metaserver/hudi-metaserver-server/pom.xml:
##########
@@ -92,6 +92,34 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>thrift-gen-source-with-script</id>
Review Comment:
In this change, we add a new profile to use maven-thrift-plugin to compile
thrift in Azure CI container. In GH CI, we keep the original way since
installing thrift would take about 10+ minutes. Therefore, we have two ways for
thrift compilation: in Azure CI, we use maven-thrift-plugin; in GH CI, we use
original script. To separate them, I create two profiles.
--
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]