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

Can not find source code of RaySqlContext and Worker. #39

Open
Ivankings opened this issue Jul 4, 2023 · 1 comment
Open

Can not find source code of RaySqlContext and Worker. #39

Ivankings opened this issue Jul 4, 2023 · 1 comment

Comments

@Ivankings
Copy link
Contributor

import ray
from raysql.context import RaySqlContext
from raysql.worker import Worker
……

I can not find defination of RaySqlContext and Worker in open source project ray-sql. I'm wondering if this part of the code is not open source?

Looking forward to your help, thank you!

@mohitjain2504
Copy link

I wish to see the internal implementations of the Context.register_parquet() function. Couldn't find the same in the code.

    def register_parquet(self, table_name: str, path: str):
        self.ctx.register_parquet(table_name, path)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants