This message was deleted.
# general
s
This message was deleted.
s
Thanks for the contribution! I've kicked off the tests
🙏 1
a
@Jan Werner - can you please look into license check failures?
👀 1
j
@Abhishek Agarwal @Suneet Saldanha Fixed the licenses. Can you please re-start the CI
a
Hmm. it's still failing
j
I added some extra cleanup. local Rat-check went through OK
a
rat-check checks for headers etc but license checks require one to run a different script
j
I adressed all the issues that CI raised, what should I run to test it locally ?
./.github/scripts/license_checks_script.sh
🙏 1
j
licenses fixed up, I'm still getting an error with kubernetes-extension and bouncycastle even though the licenses are present in the licenses.yaml file
pushed the latest correction and I'm a bit stumped
a
I think whats happening is that the version 1.70 is being interpreted as number and is being passed around as
1.7
instead of
1.70
you can try putting the
1.70
in quotes in licenses.yaml or modify the code to handle this correctly. The code is in check_licenses.py
j
quotes did it
I will fix the licensing tool in another PR
a
👍
j
can you please kick of CI/CD
a
done
j
awesome, thank you!
ha, no rest for the wicked, failure on used, undeclared dependency. fixed that one, testing locally mvn dependency:analyze, then licenses, this is taking a while 🙂
@Abhishek Agarwal fixed the used / undeclared dependency issue static check should finally pass 🤞
thank you for the review, will you be able to merge it as well?
a
Done
🙏 1
j
yay my first druid contribution 🙂
as minor as it is, makes me happy to give back a bit to the community
a
thank you, Jan. It's not minor. Looking forward to seeing more contributions 🙂
j
opened two issues as a roadmap of what I would like to do next: https://github.com/apache/druid/issues/14551 https://github.com/apache/druid/issues/14550 those will require some more work 🙂
thank you for guiding me through the process
a
Nice.