[jira] [Created] (CALCITE-6082) Aggregate expression is illegal in GROUP BY clause when column's alias is same as column name

2023-10-31 Thread LakeShen (Jira)
LakeShen created CALCITE-6082: - Summary: Aggregate expression is illegal in GROUP BY clause when column's alias is same as column name Key: CALCITE-6082 URL: https://issues.apache.org/jira/browse/CALCITE-6082

[jira] [Created] (CALCITE-6056) Add the Window column pruning in RelFieldTrimmer

2023-10-18 Thread LakeShen (Jira)
LakeShen created CALCITE-6056: - Summary: Add the Window column pruning in RelFieldTrimmer Key: CALCITE-6056 URL: https://issues.apache.org/jira/browse/CALCITE-6056 Project: Calcite Issue Type:

[jira] [Created] (CALCITE-6048) 'CIRCULAR REFERENCE' exception is throwed in ServerTest#testTruncateTable method

2023-10-12 Thread LakeShen (Jira)
LakeShen created CALCITE-6048: - Summary: 'CIRCULAR REFERENCE' exception is throwed in ServerTest#testTruncateTable method Key: CALCITE-6048 URL: https://issues.apache.org/jira/browse/CALCITE-6048

[jira] [Created] (CALCITE-6043) The hintable RelNode should display hint's infomation in explainTerms method

2023-10-09 Thread LakeShen (Jira)
LakeShen created CALCITE-6043: - Summary: The hintable RelNode should display hint's infomation in explainTerms method Key: CALCITE-6043 URL: https://issues.apache.org/jira/browse/CALCITE-6043 Project:

[jira] [Created] (CALCITE-6038) Add optimization rule to remove redundant TopN when its input's row number is less or equal to one

2023-10-06 Thread LakeShen (Jira)
LakeShen created CALCITE-6038: - Summary: Add optimization rule to remove redundant TopN when its input's row number is less or equal to one Key: CALCITE-6038 URL: https://issues.apache.org/jira/browse/CALCITE-6038

[jira] [Created] (CALCITE-6031) Add the RelRule that pushes the Filter past a Sample

2023-09-30 Thread LakeShen (Jira)
LakeShen created CALCITE-6031: - Summary: Add the RelRule that pushes the Filter past a Sample Key: CALCITE-6031 URL: https://issues.apache.org/jira/browse/CALCITE-6031 Project: Calcite Issue

[jira] [Created] (CALCITE-6011) Add the RelRule that pushes the Filter past a Window

2023-09-18 Thread LakeShen (Jira)
LakeShen created CALCITE-6011: - Summary: Add the RelRule that pushes the Filter past a Window Key: CALCITE-6011 URL: https://issues.apache.org/jira/browse/CALCITE-6011 Project: Calcite Issue

[jira] [Created] (CALCITE-6009) Add the optimize for removing the redundant Limit when a Limit's input max row cnt less than limit fetch

2023-09-16 Thread LakeShen (Jira)
LakeShen created CALCITE-6009: - Summary: Add the optimize for removing the redundant Limit when a Limit's input max row cnt less than limit fetch Key: CALCITE-6009 URL:

[jira] [Created] (CALCITE-5994) When a sort's input max row cnt is 1,remove the redundant sort

2023-09-10 Thread LakeShen (Jira)
LakeShen created CALCITE-5994: - Summary: When a sort's input max row cnt is 1,remove the redundant sort Key: CALCITE-5994 URL: https://issues.apache.org/jira/browse/CALCITE-5994 Project: Calcite

[jira] [Created] (CALCITE-5970) Add the RelRule to rewrite the Sample as Filter

2023-08-31 Thread LakeShen (Jira)
LakeShen created CALCITE-5970: - Summary: Add the RelRule to rewrite the Sample as Filter Key: CALCITE-5970 URL: https://issues.apache.org/jira/browse/CALCITE-5970 Project: Calcite Issue Type:

[jira] [Created] (CALCITE-5971) Add the RelRule to rewrite the Sample as Filter

2023-08-31 Thread LakeShen (Jira)
LakeShen created CALCITE-5971: - Summary: Add the RelRule to rewrite the Sample as Filter Key: CALCITE-5971 URL: https://issues.apache.org/jira/browse/CALCITE-5971 Project: Calcite Issue Type:

[jira] [Created] (CALCITE-5959) Cast(200 as boolean) should return true(consistent with Postgres and Mysql)

2023-08-26 Thread LakeShen (Jira)
LakeShen created CALCITE-5959: - Summary: Cast(200 as boolean) should return true(consistent with Postgres and Mysql) Key: CALCITE-5959 URL: https://issues.apache.org/jira/browse/CALCITE-5959 Project:

[jira] [Created] (CALCITE-5958) Make the value be nonReservedKeywords(consistent with Postgres)

2023-08-26 Thread LakeShen (Jira)
LakeShen created CALCITE-5958: - Summary: Make the value be nonReservedKeywords(consistent with Postgres) Key: CALCITE-5958 URL: https://issues.apache.org/jira/browse/CALCITE-5958 Project: Calcite

[jira] [Created] (CALCITE-5940) Add the Rules to optimize Limit

2023-08-19 Thread LakeShen (Jira)
LakeShen created CALCITE-5940: - Summary: Add the Rules to optimize Limit Key: CALCITE-5940 URL: https://issues.apache.org/jira/browse/CALCITE-5940 Project: Calcite Issue Type: New Feature

[jira] [Created] (CALCITE-5937) The parsing error should not be thrown even there is no Hint in Hint Statement

2023-08-18 Thread LakeShen (Jira)
LakeShen created CALCITE-5937: - Summary: The parsing error should not be thrown even there is no Hint in Hint Statement Key: CALCITE-5937 URL: https://issues.apache.org/jira/browse/CALCITE-5937 Project:

[jira] [Created] (CALCITE-5936) Refactor: Move the Enumerable tester method to EnumerableTestBase

2023-08-17 Thread LakeShen (Jira)
LakeShen created CALCITE-5936: - Summary: Refactor: Move the Enumerable tester method to EnumerableTestBase Key: CALCITE-5936 URL: https://issues.apache.org/jira/browse/CALCITE-5936 Project: Calcite

[jira] [Created] (CALCITE-5912) Add an implementation of TABLESAMPLE in enumerable mode.

2023-08-08 Thread LakeShen (Jira)
LakeShen created CALCITE-5912: - Summary: Add an implementation of TABLESAMPLE in enumerable mode. Key: CALCITE-5912 URL: https://issues.apache.org/jira/browse/CALCITE-5912 Project: Calcite Issue

[jira] [Created] (CALCITE-5909) SqlParserTest has a failed unit test, but the Calcite pipeline passed all of them

2023-08-08 Thread LakeShen (Jira)
LakeShen created CALCITE-5909: - Summary: SqlParserTest has a failed unit test, but the Calcite pipeline passed all of them Key: CALCITE-5909 URL: https://issues.apache.org/jira/browse/CALCITE-5909

[jira] [Created] (CALCITE-5906) RelToSqlConverter throw AssertionError when RelNode tree has the Sample RelNode

2023-08-07 Thread LakeShen (Jira)
LakeShen created CALCITE-5906: - Summary: RelToSqlConverter throw AssertionError when RelNode tree has the Sample RelNode Key: CALCITE-5906 URL: https://issues.apache.org/jira/browse/CALCITE-5906 Project:

[jira] [Created] (CALCITE-5904) Make SqlNode tree,RelNode tree and result be correct when table sample rate is 0

2023-08-07 Thread LakeShen (Jira)
LakeShen created CALCITE-5904: - Summary: Make SqlNode tree,RelNode tree and result be correct when table sample rate is 0 Key: CALCITE-5904 URL: https://issues.apache.org/jira/browse/CALCITE-5904

[jira] [Created] (CALCITE-5895) The result of table sample rate 0 should be empty

2023-08-04 Thread LakeShen (Jira)
LakeShen created CALCITE-5895: - Summary: The result of table sample rate 0 should be empty Key: CALCITE-5895 URL: https://issues.apache.org/jira/browse/CALCITE-5895 Project: Calcite Issue Type:

[jira] [Created] (CALCITE-5889) Add the RelRule that converts Minus to into UNION ALL..GROUP BY...WHERE

2023-08-02 Thread LakeShen (Jira)
LakeShen created CALCITE-5889: - Summary: Add the RelRule that converts Minus to into UNION ALL..GROUP BY...WHERE Key: CALCITE-5889 URL: https://issues.apache.org/jira/browse/CALCITE-5889 Project: Calcite

[jira] [Created] (CALCITE-5886) Task :spark:testClasses Unstable due to ConnectException

2023-08-01 Thread LakeShen (Jira)
LakeShen created CALCITE-5886: - Summary: Task :spark:testClasses Unstable due to ConnectException Key: CALCITE-5886 URL: https://issues.apache.org/jira/browse/CALCITE-5886 Project: Calcite

[jira] [Created] (CALCITE-5870) Babel Parser support DECIMAL '99.999' sql grammar

2023-07-24 Thread LakeShen (Jira)
LakeShen created CALCITE-5870: - Summary: Babel Parser support DECIMAL '99.999' sql grammar Key: CALCITE-5870 URL: https://issues.apache.org/jira/browse/CALCITE-5870 Project: Calcite Issue Type:

[jira] [Created] (CALCITE-5847) The sql which has Values and CROSS JOIN unnest,after the RelDecorrelator.decorrelateQuery method,LogicalCorrelate still exist

2023-07-14 Thread LakeShen (Jira)
LakeShen created CALCITE-5847: - Summary: The sql which has Values and CROSS JOIN unnest,after the RelDecorrelator.decorrelateQuery method,LogicalCorrelate still exist Key: CALCITE-5847 URL:

[jira] [Created] (CALCITE-5845) select a very large predicate throw threw 'java.lang.StackOverflowError' exception in SqlNode to RelNode phase

2023-07-13 Thread LakeShen (Jira)
LakeShen created CALCITE-5845: - Summary: select a very large predicate throw threw 'java.lang.StackOverflowError' exception in SqlNode to RelNode phase Key: CALCITE-5845 URL:

[jira] [Created] (CALCITE-5837) After RexUtil.pullFactors method,Sometimes the condition order of RexNode is not the same as before

2023-07-10 Thread LakeShen (Jira)
LakeShen created CALCITE-5837: - Summary: After RexUtil.pullFactors method,Sometimes the condition order of RexNode is not the same as before Key: CALCITE-5837 URL: https://issues.apache.org/jira/browse/CALCITE-5837