[ 
https://issues.apache.org/jira/browse/CALCITE-7218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ruben Q L resolved CALCITE-7218.
--------------------------------
    Resolution: Fixed

Done in  
[{{ceb2648}}|https://github.com/apache/calcite/commit/ceb26487e6fd7d7326e70b028e60f62e5febcb3e]
 

Thanks [~jensen] for the patch!

> ​​ArrowSet needs to maintain a minimal set of functional dependencies
> ---------------------------------------------------------------------
>
>                 Key: CALCITE-7218
>                 URL: https://issues.apache.org/jira/browse/CALCITE-7218
>             Project: Calcite
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.40.0
>            Reporter: Zhen Chen
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.41.0
>
>
> Currently, ArrowSet may contain redundant functional dependencies. For 
> example:
> If both "(a, b) -> (c)" and "(b) -> (c)" are present, the former can be 
> removed since it is implied by the latter.
> We should implement a best-effort minimization algorithm that:
> # Removes redundant FDs where a subset of determinants already implies the 
> same dependents
> # Handles the most common cases rather than achieving perfect minimization
> # Maintains functional correctness while improving storage efficiency



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to