Skip to content

datasource listing performs full listing despite user pruning partitions #23341

Description

@DoumanAsh

Describe the bug

Current implementation of caching will result in performing full listing of the table despite user explicit request for pruning partitions
This means that user MUST disable cache if he wants to perform efficient data lookup with partition pruning

This should be documented if it is not intended to be fixed

.list(Some(table_base_path))

To Reproduce

No response

Expected behavior

Only cache paths by prefix, not full table

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Fields

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions