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

Rest client in Java - access data without spark session #243

Open
kaundinyaekta opened this issue Dec 28, 2022 · 1 comment
Open

Rest client in Java - access data without spark session #243

kaundinyaekta opened this issue Dec 28, 2022 · 1 comment
Assignees

Comments

@kaundinyaekta
Copy link

I am trying to create rest client (receiver) in Java. Is there a possibility to load data without using spark session and eventually be able to filter that data, similar to load as pandas in python? I tried delta standalone reader, however, it does not provide data filtering capabilities.

@zsxwing
Copy link
Member

zsxwing commented Jan 4, 2023

There is a java client available in https://github.com/databrickslabs/delta-sharing-java-connector . Could you try it?

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

No branches or pull requests

2 participants