8000 [Iceberg] Min/max on partition column full table scan · Issue #25998 · trinodb/trino · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
[Iceberg] Min/max on partition column full table scan #25998
Open
@cristian-fatu

Description

@cristian-fatu

Given an Iceberg table that is partitioned on day(timestamp_column), I would expect, when doing SELECT min(timestamp_column), max(timestamp_column) from my table, that Trino would look at partitioning, figure out that the min value lives in the first partition and the max value lives in the latest partition and just scan those partitions.
Instead, at the moment all values of that column are scanned.

This was valid for version 475

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0