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 existing operations in Python client #722

Closed
9 tasks done
epinzur opened this issue Aug 30, 2023 · 0 comments · Fixed by #767
Closed
9 tasks done

Implement existing operations in Python client #722

epinzur opened this issue Aug 30, 2023 · 0 comments · Fixed by #767
Assignees

Comments

@epinzur
Copy link
Collaborator

epinzur commented Aug 30, 2023

As a new iteration of Kaskada written in Python, I want to add functional and aggregation parity with the existing Kaskada service so that I can enable a transition story from existing users of Kaskada.

Acceptance Criteria:

  • Determine the subset of functions required for implementation from the existing Function Catalog . These include but are not limited to:
  • lower
  • round
  • sqrt
  • upper
  • zip_max (greatest)
  • zip_min (least)
  • hash
  • substring
  • len
@epinzur epinzur self-assigned this Aug 30, 2023
github-merge-queue bot pushed a commit that referenced this issue Sep 4, 2023
progress on #722 

Added:
* hash
* lower
* round
* sqrt
* upper
* zip_max
* zip_min
github-merge-queue bot pushed a commit that referenced this issue Sep 22, 2023
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 a pull request may close this issue.

1 participant