Skip to content

Commit

Permalink
Add print for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Dec 14, 2023
1 parent 8facd84 commit 6862a8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions py-polars/polars/lazyframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,9 @@ def _scan_parquet(
if storage_options is not None:
storage_options = list(storage_options.items()) # type: ignore[assignment]

print(source)
print(storage_options)

self = cls.__new__(cls)
self._ldf = PyLazyFrame.new_from_parquet(
source,
Expand Down

0 comments on commit 6862a8c

Please sign in to comment.