Skip to content

[Parquet] Support querying sharded parquet files #7174

@yeya24

Description

@yeya24

Is your feature request related to a problem? Please describe.
The underlying parquet library we are using supports sharded parquet files recently. Instead of a single TSDB block converted to a single parquet file, now it supports converting 1 TSDB block to multiple sharded parquet files for better conversion performance.

Today, existing parquet reader only supports 1 shard and we hardcoded it. In order to support querying sharded parquet files, we need to avoid hardcoding the shard and try to read the block total shard size somewhere.

Reference:

Describe the solution you'd like
A clear and concise description of what you want to happen.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions