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

Implement Pathling R API for sparklyr #1611

Merged
merged 79 commits into from
Dec 1, 2023
Merged

Implement Pathling R API for sparklyr #1611

merged 79 commits into from
Dec 1, 2023

Conversation

piotrszul
Copy link
Collaborator

Resolves #193.

piotrszul added 22 commits July 10, 2023 12:38
Some cleanup of the package files to pass R CMD check.
Writting and delta is still not to be done.
…talling dependencies instead.

Added the github job for R verification.
Added basic readme on setting up R dev environment.
@piotrszul piotrszul self-assigned this Aug 11, 2023
@codecov
Copy link

codecov bot commented Aug 11, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (6d28d10) 85.53% compared to head (919b94d) 85.48%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1611      +/-   ##
============================================
- Coverage     85.53%   85.48%   -0.05%     
  Complexity      139      139              
============================================
  Files           340      339       -1     
  Lines          7845     7826      -19     
  Branches        525      525              
============================================
- Hits           6710     6690      -20     
  Misses          843      843              
- Partials        292      293       +1     
Files Coverage Δ
lib/python/pathling/__init__.py 100.00% <ø> (ø)
lib/python/pathling/context.py 81.96% <100.00%> (+1.32%) ⬆️
.../csiro/pathling/sql/udf/TerminologyUdfHelpers.java 70.00% <100.00%> (ø)
lib/python/pathling/functions.py 94.73% <66.66%> (-5.27%) ⬇️
...u/csiro/pathling/library/io/source/FileSource.java 95.74% <75.00%> (-4.26%) ⬇️

... and 2 files with indirect coverage changes

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

@johngrimes johngrimes assigned johngrimes and unassigned piotrszul Oct 26, 2023
@johngrimes johngrimes merged commit 919b94d into main Dec 1, 2023
32 of 33 checks passed
@johngrimes johngrimes deleted the issue/193 branch December 1, 2023 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

R integration
2 participants