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

deltalake 0.15.2 prints partitions_values and paths which is not desired #2176

Closed
0xdarkman opened this issue Feb 7, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@0xdarkman
Copy link

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)

partition_values: {"name": String("test")}
path: "name=test/7-9ce0b50b-06db-4161-98b1-0501365b0120-0.parquet"
partition_values: {"name": String("foo")}
path: "name=foo/6-5d491bc3-286d-4252-9f1a-040b0af19c22-0.parquet"
partition_values: {"name": String("foo")}
path: "name=foo/5-86c20d8b-625a-4a03-9001-9280f6a8fe1e-0.parquet"
partition_values: {"name": String("foo")}
path: "name=foo/part-00000-aea5a35e-8164-4b72-b017-c85fe191c78c.c000.snappy.parquet"
partition_values: {"name": String("foo")}
path: "name=foo/part-00000-91e85e96-1ec6-479f-ac6b-35a4d9edc058.c000.snappy.parquet"
partition_values: {"name": String("foo")}
path: "name=foo/part-00000-b34142b8-ac55-4b08-be50-63cf803f2df6.c000.snappy.parquet"
partition_values: {"name": String("foo")}
path: "name=foo/part-00000-cbc8c35d-b179-4449-b8e3-d812dc5c75c6.c000.snappy.parquet"
partition_values: {"name": String("foo")}
path: "name=foo/part-00000-528c7682-3aec-4061-9a1b-b8e0b52568fb.c000.snappy.parquet"
@ion-elgreco
Copy link
Collaborator

@0xdarkman this was fixed in 0.15.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants