gortiz opened a new pull request, #10525: URL: https://github.com/apache/pinot/pull/10525
Previous PR #10221 improved the build performance on developer machines without affecting the docker image, but other build methods where affected, including the webpack development mode instead of production mode, as indicated by @jadami10 [here](https://github.com/apache/pinot/pull/10221/files#r1155387697). This PR does not rollback to the previous behavior by default, but does so when Maven profile `bin-dist` is used. That profile is the one that is used in `pinot-distribution` to create the shaded jar and Pinot documentation indicates to enable it in order build Pinot (for example, in the README.md in this repo). In my local machine `mvn generate-resources` requires 23s go run `pinot-controller` while `mvn generate-resources -Pbin-dist` takes 47s -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org