Jason918 opened a new pull request, #16893:
URL: https://github.com/apache/pulsar/pull/16893
### Motivation
Cherry-pick #11790 to branch 2.7
After directly cherry-pick #11790 , there is a license check issue:
> aircompressor-0.16.jar unaccounted for in lib/presto/LICENSE
The root cause is that in branch 2.7, pulsar-presto-distribution is not a
child of Pulsar main project. So the version changes in main pom.xml is not
applied to lib/presto/LICENSE.
### Modification
1. Cherry-pick #11790 to branch 2.7
2. Add dependency of aircompressor-0.20 in
pulsar-sql/presto-distribution/pom.xml.
### Verifying this change
- [ ] Make sure that the change passes the CI checks.
This change is already covered by existing tests, such as CI license check.
### Documentation
Check the box below or label this PR directly.
Need to update docs?
- [x] `doc-not-needed`
bug fix
--
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]