[jira] [Created] (CALCITE-6201) Merge Aggregate node if count distinct column has been deduplicated

2024-01-13 Thread Jiajun Xie (Jira)
Jiajun Xie created CALCITE-6201: --- Summary: Merge Aggregate node if count distinct column has been deduplicated Key: CALCITE-6201 URL: https://issues.apache.org/jira/browse/CALCITE-6201 Project: Calcite

[jira] [Updated] (CALCITE-6200) RelJson throw UnsupportedOperationException for RexDynamicParam

2024-01-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-6200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-6200: Labels: pull-request-available (was: ) > RelJson throw UnsupportedOperationException

[jira] [Created] (CALCITE-6200) RelJson throw UnsupportedOperationException for RexDynamicParam

2024-01-13 Thread Jiajun Xie (Jira)
Jiajun Xie created CALCITE-6200: --- Summary: RelJson throw UnsupportedOperationException for RexDynamicParam Key: CALCITE-6200 URL: https://issues.apache.org/jira/browse/CALCITE-6200 Project: Calcite

[jira] [Resolved] (CALCITE-3952) Improve SortRemoveRule to remove Sort based on rowcount

2024-01-13 Thread Jiajun Xie (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiajun Xie resolved CALCITE-3952. - Resolution: Fixed > Improve SortRemoveRule to remove Sort based on rowcount >

[jira] [Updated] (CALCITE-3952) Improve SortRemoveRule to remove Sort based on rowcount

2024-01-13 Thread Jiajun Xie (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiajun Xie updated CALCITE-3952: Fix Version/s: 1.36.0 > Improve SortRemoveRule to remove Sort based on rowcount >

[jira] [Reopened] (CALCITE-3952) Improve SortRemoveRule to remove Sort based on rowcount

2024-01-13 Thread Jiajun Xie (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiajun Xie reopened CALCITE-3952: - > Improve SortRemoveRule to remove Sort based on rowcount >

[jira] [Commented] (CALCITE-3952) Improve SortRemoveRule to remove Sort based on rowcount

2024-01-13 Thread Jiajun Xie (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17806419#comment-17806419 ] Jiajun Xie commented on CALCITE-3952: - I think that we solved it in 1.36 and I add two links. If

[jira] [Updated] (CALCITE-6199) Trim unused fields for SNAPSHOT and SAMPLE if table has VIRTUAL column

2024-01-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-6199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-6199: Labels: pull-request-available (was: ) > Trim unused fields for SNAPSHOT and SAMPLE if

[jira] [Created] (CALCITE-6199) Trim unused fields for SNAPSHOT and SAMPLE if table has VIRTUAL column

2024-01-13 Thread Jiajun Xie (Jira)
Jiajun Xie created CALCITE-6199: --- Summary: Trim unused fields for SNAPSHOT and SAMPLE if table has VIRTUAL column Key: CALCITE-6199 URL: https://issues.apache.org/jira/browse/CALCITE-6199 Project:

[jira] [Updated] (CALCITE-6199) Trim unused fields for SNAPSHOT and SAMPLE if table has VIRTUAL column

2024-01-13 Thread Jiajun Xie (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-6199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiajun Xie updated CALCITE-6199: Description: RelFieldTrimmer not support SNAPSHOT( So do Sample) * Here is a SQL example