Skip to content
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

reduce regex pattern compilation in Pinot jdbc #13138

Merged
merged 1 commit into from
May 17, 2024

Conversation

sullis
Copy link
Contributor

@sullis sullis commented May 12, 2024

@codecov-commenter
Copy link

codecov-commenter commented May 12, 2024

Codecov Report

Attention: Patch coverage is 60.00000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 62.16%. Comparing base (59551e4) to head (0239fb9).
Report is 453 commits behind head on master.

Files Patch % Lines
...ava/org/apache/pinot/client/utils/DriverUtils.java 60.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #13138      +/-   ##
============================================
+ Coverage     61.75%   62.16%   +0.40%     
+ Complexity      207      198       -9     
============================================
  Files          2436     2517      +81     
  Lines        133233   137898    +4665     
  Branches      20636    21340     +704     
============================================
+ Hits          82274    85719    +3445     
- Misses        44911    45793     +882     
- Partials       6048     6386     +338     
Flag Coverage Δ
custom-integration1 <0.01% <0.00%> (-0.01%) ⬇️
integration <0.01% <0.00%> (-0.01%) ⬇️
integration1 <0.01% <0.00%> (-0.01%) ⬇️
integration2 0.00% <0.00%> (ø)
java-11 62.11% <60.00%> (+0.40%) ⬆️
java-21 62.04% <60.00%> (+0.42%) ⬆️
skip-bytebuffers-false 62.15% <60.00%> (+0.40%) ⬆️
skip-bytebuffers-true 62.00% <60.00%> (+34.27%) ⬆️
temurin 62.16% <60.00%> (+0.40%) ⬆️
unittests 62.15% <60.00%> (+0.40%) ⬆️
unittests1 46.75% <ø> (-0.14%) ⬇️
unittests2 27.77% <60.00%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sullis
Copy link
Contributor Author

sullis commented May 13, 2024

Ready for review.

@sullis sullis force-pushed the sean/regex-pattern-compile-jdbc branch from 603292b to 790fa8d Compare May 15, 2024 21:36
@sullis
Copy link
Contributor Author

sullis commented May 15, 2024

Ready for review.

@sullis sullis force-pushed the sean/regex-pattern-compile-jdbc branch from 790fa8d to aad8798 Compare May 15, 2024 21:55
@sullis
Copy link
Contributor Author

sullis commented May 15, 2024

fixed a checkstyle violation.

@sullis sullis force-pushed the sean/regex-pattern-compile-jdbc branch from aad8798 to 9227922 Compare May 16, 2024 16:29
@sullis sullis force-pushed the sean/regex-pattern-compile-jdbc branch from 9227922 to 0239fb9 Compare May 16, 2024 21:02
@sullis
Copy link
Contributor Author

sullis commented May 17, 2024

ready to merge.

@Jackie-Jiang Jackie-Jiang merged commit db94537 into apache:master May 17, 2024
20 checks passed
@sullis sullis deleted the sean/regex-pattern-compile-jdbc branch May 17, 2024 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants