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: Move temporal kernels and expressions to spark-expr crate #660

Merged
merged 7 commits into from
Jul 15, 2024

Conversation

andygrove
Copy link
Member

@andygrove andygrove commented Jul 12, 2024

Which issue does this PR close?

Part of #659

Rationale for this change

Ongoing work to move expressions to separate crate so that other projects can use them without depending on all of Comet.

What changes are included in this PR?

  • Moving code around. No functional changes.
  • Change visibility of some functions from pub to pub(crate) because they should not be part of a public API

How are these changes tested?

Existing tests.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 53.88%. Comparing base (b6d868c) to head (746500f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@              Coverage Diff              @@
##               main     #660       +/-   ##
=============================================
+ Coverage     33.65%   53.88%   +20.23%     
+ Complexity      842      811       -31     
=============================================
  Files           109      106        -3     
  Lines         42573    10238    -32335     
  Branches       9334     1916     -7418     
=============================================
- Hits          14328     5517     -8811     
+ Misses        25297     3744    -21553     
+ Partials       2948      977     -1971     

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

@andygrove andygrove merged commit ab1d30a into apache:main Jul 15, 2024
76 checks passed
@andygrove andygrove deleted the move-temporaral-expr branch July 15, 2024 17:47
himadripal pushed a commit to himadripal/datafusion-comet that referenced this pull request Sep 7, 2024
…che#660)

* Move temporal expressions to spark-expr crate

* reduce public api

* reduce public api

* update imports in benchmarks

* fmt

* remove unused dep
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