delta-io/delta

[Feature Request] Support additional generation expressions for automatic data skipping

オープン

#1,442 opened on 2022/10/18

 (7 件のコメント) (0 件のリアクション) (0 人の担当者)Scala (2,157 件のフォーク)batch import
enhancementgood first issuenot-stale

Repository metrics

Stars
 (8,945 個のスター)
PR merge metrics
 (平均マージ 7d 1h) (30d で 142 merged PRs)

説明

Overview

For partition columns that are generated columns, we are able to automatically generate partition filters when we see a data filter on its generating columns. Right now we automatically generate these for a small subset of possible generation expressions (defined here.)

Details

We can add support for additional expressions. Here are the supported generation expressions in Delta.

A few specific expressions that would make sense to add include:

These are just a few, feel free to comment or create a new sub-issue for any additional expressions you think would be beneficial.

What to update?

コントリビューターガイド