-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for groovy static analysis for groovy scripts #14844
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #14844 +/- ##
============================================
+ Coverage 61.75% 63.71% +1.95%
- Complexity 207 1472 +1265
============================================
Files 2436 2710 +274
Lines 133233 152014 +18781
Branches 20636 23458 +2822
============================================
+ Hits 82274 96851 +14577
- Misses 44911 47895 +2984
- Partials 6048 7268 +1220
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I think the checks are disabled by default. Can you create a doc on various configurations supported by Pinot? |
bf6628c
to
d7077e8
Compare
d7077e8
to
93dc362
Compare
Github issue link: #14995 |
@soumitra-st I have created a github issue and linked the document. Please review it. Thank you. |
Github Issue: #14995
Google Doc: https://docs.google.com/document/d/10-j1hevpwOWzaU8q0ndqv3toRBWTiPfOWy6xHojoiL4
It adds the support for static analysis for the groovy functions. Users can configure the allowed receivers, allowed imports, allowed static imports, disallowed method names, toggle method definition allowed in the groovy scripts.
Testing