kartothek icon indicating copy to clipboard operation
kartothek copied to clipboard

get_indices_as_dataframe returns an empty dataframe if using secondary_indices

Open brl0 opened this issue 5 years ago • 5 comments

get_indices_as_dataframe returns an empty dataframe if the dataset was created using secondary_indices, even though .partitions and .index_columns reflect correct values.

Creating an identical dataset without secondary_indices works normally.

The dataset was created with update_dataset_from_ddf.

Using kartothek 3.8.2.

This seems to be an issue, but let me know if I am missing something. Thanks.

brl0 avatar May 15 '20 22:05 brl0