Skip to content

support partitioned table #124

@luoyuxia

Description

@luoyuxia

Search before asking

  • I searched in the issues and found nothing similar.

Motivation

Support reading partitioned tables. Currently, partitioned table reading is completely blocked:

  1. BinaryRow is a stub — cannot hold/parse actual partition data
  2. No partition path generation code (e.g., dt=2024-01-01/hr=12)
  3. TableScan discards partition info and builds wrong bucket paths
  4. TableRead explicitly rejects partitioned tables with Unsupported error

Sub-tasks

Dependency Order

#126 (BinaryRow) ──→ #127 (PartitionPath) ──→ #131 (TableScan + TableRead + Tests)

#126 and #127 can be developed in parallel.

Solution

No response

Anything else?

No response

Willingness to contribute

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions