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

#33: Make execution of function without verification easier #34

Conversation

benedeki
Copy link
Contributor

@benedeki benedeki commented Sep 11, 2024

  • DBFunction.perfrom added, intention to just execute the function without care for result, just the side-effect
  • new function DBFunction.getResult which execute the function and returns the list of its outputs

Note:
Yes, getResult could also have a version to return a Scala case class list, as #13 suggests. But it's beyond the scope of this simple PR.

Closes #33

lsulak
lsulak previously approved these changes Sep 11, 2024
miroslavpojer
miroslavpojer previously approved these changes Sep 11, 2024
Copy link
Collaborator

@miroslavpojer miroslavpojer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • pull
  • code review
  • Integration test run

* new function `getResult` which returns the list of function outputs
@benedeki benedeki dismissed stale reviews from miroslavpojer and lsulak via 4484c57 September 11, 2024 09:40
miroslavpojer
miroslavpojer previously approved these changes Sep 11, 2024
Copy link

github-actions bot commented Sep 29, 2024

JaCoCo 'balta' module code coverage report - scala 2.12.18

Overall Project 46% -0.69% 🍏
Files changed 0% 🍏

File Coverage
DBFunction.scala 51.25% -6.67% 🍏

@benedeki benedeki merged commit 9f96889 into master Oct 8, 2024
7 checks passed
@benedeki benedeki deleted the feature/33-make-execution-of-function-without-verification-easier branch October 24, 2024 13:59
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.

Make execution of function without verification easier
3 participants