KKcorps opened a new pull request, #8602: URL: https://github.com/apache/pinot/pull/8602
Low hanging fruit We current use the prefix `shaded` to relocate our dependencies. e.g. `org.apache.commons` to `shaded.org.apache.commons` This prefix however is quite commonly used among various other third party libaries (since it is used by default in most examples on Stackoverflow. The PR changes the prefix to `org.apache.pinot.shaded` to better reflect the package which uses these dependencies as well as avoid any accidental conflicts. -- 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