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

Rename ArrayIndexOfAll to ArrayIndexesOf #11654

Merged
merged 1 commit into from
Sep 24, 2023

Conversation

wirybeaver
Copy link
Contributor

@wirybeaver wirybeaver commented Sep 22, 2023

Address pending comments of #11555
Rename arrayIndexOfAll -> arrayIndexesOf to align with ArrayUtils.indexesOf; Use fastutil.IntArray

@wirybeaver
Copy link
Contributor Author

@xiangfu0 @Jackie-Jiang Could you review this pr?

@codecov-commenter
Copy link

codecov-commenter commented Sep 22, 2023

Codecov Report

Merging #11654 (d7dff50) into master (3501b86) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master   #11654      +/-   ##
============================================
- Coverage     63.06%   63.05%   -0.01%     
- Complexity     1118     1120       +2     
============================================
  Files          2342     2342              
  Lines        125690   125670      -20     
  Branches      19306    19296      -10     
============================================
- Hits          79262    79246      -16     
+ Misses        40778    40775       -3     
+ Partials       5650     5649       -1     
Flag Coverage Δ
integration <0.01% <0.00%> (ø)
integration1 <0.01% <0.00%> (ø)
integration2 0.00% <0.00%> (ø)
java-11 62.99% <100.00%> (-0.03%) ⬇️
java-17 62.90% <100.00%> (-0.02%) ⬇️
java-20 62.89% <100.00%> (-0.01%) ⬇️
temurin 63.05% <100.00%> (-0.01%) ⬇️
unittests 63.05% <100.00%> (-0.01%) ⬇️
unittests1 67.19% <100.00%> (-0.06%) ⬇️
unittests2 14.43% <0.00%> (+0.03%) ⬆️

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

Files Changed Coverage Δ
...e/pinot/common/function/scalar/ArrayFunctions.java 88.46% <100.00%> (+2.35%) ⬆️

... and 20 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Jackie-Jiang Jackie-Jiang merged commit 2a3a171 into apache:master Sep 24, 2023
21 checks passed
@Jackie-Jiang
Copy link
Contributor

Thanks @wirybeaver for addressing them! Can you help also update the pinot documentation about these new functions?

@wirybeaver wirybeaver deleted the fixArrayIndexOfAll branch January 8, 2024 17:18
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.

3 participants