hudi-bot opened a new issue, #16386: URL: https://github.com/apache/hudi/issues/16386
In current building process a thrift file is compiled on the fly, where we run the thrift command using docker run command. Since GH CI runs in containers, it means that we are utilizing a docker A to generate files in docker B. I don't know if there are any risks or complexity there. I want to propose that we run thrift command offline to generate the classes, and check them into hudi repo. Then we can 1. reduce the complexity of the compiling process; 2. reduce the compiling time in the CI tests, 3. remove the requirement for installing thrift in our building environment. Meanwhile, I did not see any benefits to build these classes on the fly. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-7372 - Type: Bug -- 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]
