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
reading delta table with deltalake 0.15.2 results in printing all partitin_values and path.
This is not observed in deltalake < 0.15.2
The expected behaviour is NOT to print all partition_values and all paths.
reading delta table with deltalake 0.15.2 results in printing all partitin_values and path.
This is not observed in deltalake < 0.15.2
The expected behaviour is NOT to print all partition_values and all paths.
df = pl.read_delta(table_path, storage_options=storage_options)
The text was updated successfully, but these errors were encountered: