You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone,
I'm currently working on a code snippet to demonstrate the basics of Delta Sharing.
While working on this, I came across the following implementations:
After reviewing these implementations, it seems that the Python client library does not consider the JSON predicates public.
I think this feature should be public though, is there any reason why this feature is not treated as public?
Thanks.
The text was updated successfully, but these errors were encountered:
ognis1205
changed the title
Add predicateHints and jsonPredicateHints parameters to load_as_*** methods
Add predicateHints and jsonPredicateHints parameters to load_as_pandas methods
Apr 20, 2023
I’ve already implemented this feature on my fork so if it is a reasonable feature request, I can make a PR. As for ‘load_as_spark’, I thought it would be better to treat it as another feature request, so I did not mention it, but I can handle it as well.
Hi everyone,
I'm currently working on a code snippet to demonstrate the basics of Delta Sharing.
While working on this, I came across the following implementations:
delta-sharing/python/delta_sharing/__init__.py
Line 23 in 7f01260
delta-sharing/python/delta_sharing/delta_sharing.py
Line 54 in 7f01260
delta-sharing/python/delta_sharing/rest_client.py
Line 271 in 7f01260
After reviewing these implementations, it seems that the Python client library does not consider the JSON predicates public.
I think this feature should be public though, is there any reason why this feature is not treated as public?
Thanks.
The text was updated successfully, but these errors were encountered: