Skip to content

Commit

Permalink
remote bogus print.
Browse files Browse the repository at this point in the history
  • Loading branch information
chakankardb committed Jan 25, 2024
1 parent d8e9423 commit 8907d5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/delta_sharing/delta_sharing.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ def load_as_pandas(
https://github.com/delta-io/delta-sharing/blob/main/PROTOCOL.md#json-predicates-for-filtering
:return: A pandas DataFrame representing the shared table.
"""
print("Abhijit: load_as_pandas")
profile_json, share, schema, table = _parse_url(url)
profile = DeltaSharingProfile.read_from_file(profile_json)
return DeltaSharingReader(
Expand Down

0 comments on commit 8907d5c

Please sign in to comment.