zhztheplayer opened a new pull request, #8198: URL: https://github.com/apache/incubator-gluten/pull/8198
This patch refactors Maven settings to add a unified method for managing source / resource / test-source folders' profile-based activations. After the change, All the required folders in every Maven module will be toggled on if the relevant Maven profile is enabled. No further settings needed in each Maven module. The new approach will give all the flexibilities to user since each data lake extension will have its own immediate source folder under each Maven module. Which means, there will be `src-iceberg` / `src-delta` / `src-hudi` on the same level with `src` under `backend-velox` and any other modules. Each of them is a full-featured maven source folder that consists of Java sources, Scala sources, resources, test sources, etc. -- 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]
