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

chore: extract conversion_funcs, conditional_funcs, bitwise_funcs and array_funcs expressions to folders based on spark grouping #1223

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

rluvaton
Copy link
Contributor

@rluvaton rluvaton commented Jan 5, 2025

Extracted from:

Rationale for this change

Making it easier to find functions and add stuff at the right location

the sub folder name are named after Spark ExpressionDescription group property

image

What changes are included in this PR?

just reorder files and extract functions there are no logic changes

How are these changes tested?

Existing tests

…funcs expressions to folders based on spark grouping
@andygrove andygrove changed the title extract conversion_funcs, conditional_funcs, bitwise_funcs and array_funcs expressions to folders based on spark grouping chore: extract conversion_funcs, conditional_funcs, bitwise_funcs and array_funcs expressions to folders based on spark grouping Jan 5, 2025
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 34.76%. Comparing base (5f1e998) to head (99ca5db).

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1223      +/-   ##
============================================
+ Coverage     34.30%   34.76%   +0.45%     
- Complexity      950      976      +26     
============================================
  Files           116      116              
  Lines         43711    43711              
  Branches       9565     9565              
============================================
+ Hits          14994    15195     +201     
+ Misses        25748    25530     -218     
- Partials       2969     2986      +17     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants