Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Add basic Python API for HDK #20

Merged
merged 7 commits into from
May 10, 2022
Merged

Conversation

ienkovich
Copy link
Contributor

This PR introduces Python API enough to initialize HKD, import some Arrow data, execute SQL query over it and get the result back in Arrow format.

Introduced APIs don't try to fully cover the functionality of covered components (e.g. there is only importArrowTable method available for ArrowStorage). It's mostly focused on a minimal API required for Modin to work (but actually, some more features need to be added for Modin, e.g. execution options).

This absorbs #18

@ienkovich ienkovich requested a review from alexbaden May 4, 2022 20:56
@ienkovich ienkovich merged commit 274b144 into main May 10, 2022
@ienkovich ienkovich deleted the ienkovich/python-rel-alg-executor branch May 10, 2022 19:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants