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

Incorrect retrieval of partitions in get_indexes method #476

Closed
hovaesco opened this issue Aug 2, 2024 · 1 comment · Fixed by #486
Closed

Incorrect retrieval of partitions in get_indexes method #476

hovaesco opened this issue Aug 2, 2024 · 1 comment · Fixed by #486
Assignees

Comments

@hovaesco
Copy link
Member

hovaesco commented Aug 2, 2024

The current implementation of get_indexes retrieves the column names of the $partitions table instead of providing the actual values/keys of the partitions.

It should query the "table_name$partitions" directly and return the partition column names along with all partition values.

@hovaesco hovaesco changed the title Incorrect retrieval of partitions in get_indexes Method Incorrect retrieval of partitions in get_indexes method Aug 2, 2024
@hovaesco hovaesco self-assigned this Aug 29, 2024
@hovaesco
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants