[jira] [Comment Edited] (CALCITE-3597) The conversion between java.sql.Timestamp and long is not asymmetric

2019-12-11 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16994329#comment-16994329 ] Julian Hyde edited comment on CALCITE-3597 at 12/12/19 7:39 AM: Can you

[jira] [Commented] (CALCITE-3597) The conversion between java.sql.Timestamp and long is not asymmetric

2019-12-11 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16994329#comment-16994329 ] Julian Hyde commented on CALCITE-3597: -- Can you give an example of a SQL query where we currently

[jira] [Updated] (CALCITE-3596) Sql query in javadoc of OverScope class has syntax error

2019-12-11 Thread Stamatis Zampetakis (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stamatis Zampetakis updated CALCITE-3596: - Summary: Sql query in javadoc of OverScope class has syntax error (was: Sql

[jira] [Commented] (CALCITE-3590) Support SQL hints for Aggregate.

2019-12-11 Thread Stamatis Zampetakis (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16994292#comment-16994292 ] Stamatis Zampetakis commented on CALCITE-3590: -- Thanks for submitting this [~icshuo]!

[jira] [Updated] (CALCITE-3590) Support SQL hints for Aggregate

2019-12-11 Thread Stamatis Zampetakis (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stamatis Zampetakis updated CALCITE-3590: - Summary: Support SQL hints for Aggregate (was: Support SQL hints for

[jira] [Updated] (CALCITE-3597) The conversion between java.sql.Timestamp and long is not asymmetric

2019-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-3597: Labels: pull-request-available (was: ) > The conversion between java.sql.Timestamp and

[jira] [Created] (CALCITE-3597) The conversion between java.sql.Timestamp and long is not asymmetric

2019-12-11 Thread Zhenghua Gao (Jira)
Zhenghua Gao created CALCITE-3597: - Summary: The conversion between java.sql.Timestamp and long is not asymmetric Key: CALCITE-3597 URL: https://issues.apache.org/jira/browse/CALCITE-3597 Project:

[jira] [Updated] (CALCITE-3597) The conversion between java.sql.Timestamp and long is not asymmetric

2019-12-11 Thread Zhenghua Gao (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhenghua Gao updated CALCITE-3597: -- Affects Version/s: 1.21.0 > The conversion between java.sql.Timestamp and long is not

[jira] [Commented] (CALCITE-3589) SqlValidatorException when conformation is set to LENIENT

2019-12-11 Thread Jin Xing (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16994270#comment-16994270 ] Jin Xing commented on CALCITE-3589: --- In the case given by [~bingfeng], I think Calcite throws the

[jira] [Comment Edited] (CALCITE-3589) SqlValidatorException when conformation is set to LENIENT

2019-12-11 Thread Jin Xing (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16994219#comment-16994219 ] Jin Xing edited comment on CALCITE-3589 at 12/12/19 6:11 AM: - Running below

[jira] [Closed] (CALCITE-3577) Interval unparsing to BigQuery syntax is not correct.

2019-12-11 Thread Rui Wang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rui Wang closed CALCITE-3577. - Resolution: Fixed > Interval unparsing to BigQuery syntax is not correct. >

[jira] [Resolved] (CALCITE-3520) Type cast from primitive to box is not correct

2019-12-11 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen resolved CALCITE-3520. - Fix Version/s: 1.22.0 Resolution: Fixed Fixed in

[jira] [Commented] (CALCITE-3589) SqlValidatorException when conformation is set to LENIENT

2019-12-11 Thread Jin Xing (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16994219#comment-16994219 ] Jin Xing commented on CALCITE-3589: --- I think the case [~bingfeng] gave in Jira description might be a

[jira] [Commented] (CALCITE-3589) SqlValidatorException when conformation is set to LENIENT

2019-12-11 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16994169#comment-16994169 ] Danny Chen commented on CALCITE-3589: - I remember that the SQL-standard requires that all

[jira] [Commented] (CALCITE-3594) Support hot Groupby keys hint

2019-12-11 Thread Rui Wang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16994167#comment-16994167 ] Rui Wang commented on CALCITE-3594: --- [~danny0405] Thanks for suggestion. Let me check current

[jira] [Commented] (CALCITE-3589) SqlValidatorException when conformation is set to LENIENT

2019-12-11 Thread Jin Xing (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16994159#comment-16994159 ] Jin Xing commented on CALCITE-3589: --- So both MySQL and PostgreSQL group by the underlying column, and

[jira] [Comment Edited] (CALCITE-3589) SqlValidatorException when conformation is set to LENIENT

2019-12-11 Thread Jin Xing (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16994158#comment-16994158 ] Jin Xing edited comment on CALCITE-3589 at 12/12/19 4:08 AM: - Run below

[jira] [Commented] (CALCITE-3589) SqlValidatorException when conformation is set to LENIENT

2019-12-11 Thread Jin Xing (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16994158#comment-16994158 ] Jin Xing commented on CALCITE-3589: --- Run below SQL in MySQL and PostgreSQL; {code:java} CREATE TABLE

[jira] [Commented] (CALCITE-3591) Add BIT_XOR BIT aggregate function

2019-12-11 Thread Haisheng Yuan (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16994130#comment-16994130 ] Haisheng Yuan commented on CALCITE-3591: Currently there isn't any request for this feature. Is

[jira] [Commented] (CALCITE-3592) Add "~" SqlPrefixOperator for bitwise not

2019-12-11 Thread hailong wang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16994127#comment-16994127 ] hailong wang commented on CALCITE-3592: --- cc [~julianhyde], what do you think of it. > Add "~"

[jira] [Commented] (CALCITE-3591) Add BIT_XOR BIT aggregate function

2019-12-11 Thread hailong wang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16994125#comment-16994125 ] hailong wang commented on CALCITE-3591: --- Hi [~julianhyde], do we need support? > Add BIT_XOR BIT

[jira] [Created] (CALCITE-3596) Sql in annotation of OverScope class has syntax error

2019-12-11 Thread Wang Yanlin (Jira)
Wang Yanlin created CALCITE-3596: Summary: Sql in annotation of OverScope class has syntax error Key: CALCITE-3596 URL: https://issues.apache.org/jira/browse/CALCITE-3596 Project: Calcite

[jira] [Updated] (CALCITE-3575) IndexOutOfBoundsException when converting sql to rel

2019-12-11 Thread Chunwei Lei (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chunwei Lei updated CALCITE-3575: - Fix Version/s: 1.22.0 > IndexOutOfBoundsException when converting sql to rel >

[jira] [Resolved] (CALCITE-3584) Propagate hints when decorrelating a query

2019-12-11 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen resolved CALCITE-3584. - Resolution: Fixed Fixed in

[jira] [Commented] (CALCITE-3594) Support hot Groupby keys hint

2019-12-11 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16994046#comment-16994046 ] Danny Chen commented on CALCITE-3594: - Thanks for firing this issue [~amaliujia] ~, currently,

[jira] [Commented] (CALCITE-3584) Propagate hints when decorrelating a query

2019-12-11 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16994033#comment-16994033 ] Danny Chen commented on CALCITE-3584: - Thanks, the title you suggested is much better ~ >

[jira] [Updated] (CALCITE-3584) Propagate hints when decorrelating a query

2019-12-11 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen updated CALCITE-3584: Summary: Propagate hints when decorrelating a query (was: Support SQL hints propagation for

[jira] [Created] (CALCITE-3595) Test infrastructure overwrites reference log with wrong results

2019-12-11 Thread Julian Hyde (Jira)
Julian Hyde created CALCITE-3595: Summary: Test infrastructure overwrites reference log with wrong results Key: CALCITE-3595 URL: https://issues.apache.org/jira/browse/CALCITE-3595 Project: Calcite

[jira] [Updated] (CALCITE-3594) Support hot Groupby keys hint

2019-12-11 Thread Rui Wang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rui Wang updated CALCITE-3594: -- Description: It will be useful for Apache Beam if we support the following SqlHint: SELECT * FROM t

[jira] [Updated] (CALCITE-3594) Support hot Groupby keys hint

2019-12-11 Thread Rui Wang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rui Wang updated CALCITE-3594: -- Summary: Support hot Groupby keys hint (was: Support Hot Groupby keys hint) > Support hot Groupby

[jira] [Created] (CALCITE-3594) Support Hot Groupby keys hint

2019-12-11 Thread Rui Wang (Jira)
Rui Wang created CALCITE-3594: - Summary: Support Hot Groupby keys hint Key: CALCITE-3594 URL: https://issues.apache.org/jira/browse/CALCITE-3594 Project: Calcite Issue Type: Sub-task

[jira] [Comment Edited] (CALCITE-3593) RelToSqlConverter changes target of ambiguous HAVING clause with a Project on Filter on Aggregate

2019-12-11 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16994006#comment-16994006 ] Julian Hyde edited comment on CALCITE-3593 at 12/12/19 12:04 AM: -

[jira] [Commented] (CALCITE-3593) RelToSqlConverter changes target of ambiguous HAVING clause with a Project on Filter on Aggregate

2019-12-11 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16994006#comment-16994006 ] Julian Hyde commented on CALCITE-3593: -- Calcite does know about this: see

[jira] [Updated] (CALCITE-3593) RelToSqlConverter changes target of ambiguous HAVING clause with a Project on Filter on Aggregate

2019-12-11 Thread Steven Talbot (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Talbot updated CALCITE-3593: --- Description: Best shown with the shell of a test in RelToSqlConverter test.  The

[jira] [Updated] (CALCITE-3593) RelToSqlConverter changes target of ambiguous HAVING clause with a Project on Filter on Aggregate

2019-12-11 Thread Steven Talbot (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Talbot updated CALCITE-3593: --- Summary: RelToSqlConverter changes target of ambiguous HAVING clause with a Project on

[jira] [Updated] (CALCITE-3593) RelToSqlConverter changes target of ambiguous having clause with a Project on top of an Aggregate

2019-12-11 Thread Steven Talbot (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Talbot updated CALCITE-3593: --- Description: Best shown with the shell of a test in RelToSqlConverter test.  The

[jira] [Updated] (CALCITE-3593) RelToSqlConverter changes target of ambiguous having clause with a Project on top of an Aggregate

2019-12-11 Thread Steven Talbot (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Talbot updated CALCITE-3593: --- Description: Best shown with the shell of a test in RelToSqlConverter test.  The

[jira] [Created] (CALCITE-3593) RelToSqlConverter changes target of ambiguous having clause with a Project on top of an Aggregate

2019-12-11 Thread Steven Talbot (Jira)
Steven Talbot created CALCITE-3593: -- Summary: RelToSqlConverter changes target of ambiguous having clause with a Project on top of an Aggregate Key: CALCITE-3593 URL:

[jira] [Closed] (CALCITE-3582) Make RelStructuredTypeFlattener configurable in PlannerImpl

2019-12-11 Thread Rui Wang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rui Wang closed CALCITE-3582. - Resolution: Duplicate > Make RelStructuredTypeFlattener configurable in PlannerImpl >

[jira] [Commented] (CALCITE-3582) Make RelStructuredTypeFlattener configurable in PlannerImpl

2019-12-11 Thread Rui Wang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16993878#comment-16993878 ] Rui Wang commented on CALCITE-3582: --- [~zabetak] I found the JIRA about what you mentioned:

[jira] [Commented] (CALCITE-3590) Support SQL hints for Aggregate.

2019-12-11 Thread Rui Wang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16993782#comment-16993782 ] Rui Wang commented on CALCITE-3590: --- This is also useful for large data processing engine. There is a

[jira] [Commented] (CALCITE-3589) SqlValidatorException when conformation is set to LENIENT

2019-12-11 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16993712#comment-16993712 ] Julian Hyde commented on CALCITE-3589: -- What does postgresql do with a similar query? Group by the

[jira] [Commented] (CALCITE-3584) Support SQL hints propagation for decorrelation

2019-12-11 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16993705#comment-16993705 ] Julian Hyde commented on CALCITE-3584: -- The following description would be better, because it

[jira] [Created] (CALCITE-3592) Add "~" SqlPrefixOperator for bitwise not

2019-12-11 Thread hailong wang (Jira)
hailong wang created CALCITE-3592: - Summary: Add "~" SqlPrefixOperator for bitwise not Key: CALCITE-3592 URL: https://issues.apache.org/jira/browse/CALCITE-3592 Project: Calcite Issue Type:

[jira] [Updated] (CALCITE-3590) Support SQL hints for Aggregate.

2019-12-11 Thread Shuo Cheng (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuo Cheng updated CALCITE-3590: Description: Currently in CALCITE-482, hints are only supported for Project, Join and

[jira] [Updated] (CALCITE-3590) Support SQL hints for Aggregate.

2019-12-11 Thread Shuo Cheng (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuo Cheng updated CALCITE-3590: Description: Currently in CALCITE-482, hints are only supported for Project, Join and

[jira] [Updated] (CALCITE-3590) Support SQL hints for Aggregate.

2019-12-11 Thread Shuo Cheng (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuo Cheng updated CALCITE-3590: Description: Currently in CALCITE-482, hints are only supported for Project, Join and

[jira] [Updated] (CALCITE-3590) Support SQL hints for Aggregate.

2019-12-11 Thread Shuo Cheng (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuo Cheng updated CALCITE-3590: Description: Currently in CALCITE-482, hints are only supported for Project, Join and

[jira] [Updated] (CALCITE-3590) Support SQL hints for Aggregate.

2019-12-11 Thread Shuo Cheng (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuo Cheng updated CALCITE-3590: Description: Currently in CALCITE-482, hints are only supported for Project, Join and

[jira] [Created] (CALCITE-3591) Add BIT_XOR BIT aggregate function

2019-12-11 Thread hailong wang (Jira)
hailong wang created CALCITE-3591: - Summary: Add BIT_XOR BIT aggregate function Key: CALCITE-3591 URL: https://issues.apache.org/jira/browse/CALCITE-3591 Project: Calcite Issue Type:

[jira] [Created] (CALCITE-3590) Support SQL hints for Aggregate.

2019-12-11 Thread Shuo Cheng (Jira)
Shuo Cheng created CALCITE-3590: --- Summary: Support SQL hints for Aggregate. Key: CALCITE-3590 URL: https://issues.apache.org/jira/browse/CALCITE-3590 Project: Calcite Issue Type: Sub-task

[jira] [Commented] (CALCITE-3576) Remove Enumerable convention check in FilterIntoJoinRule

2019-12-11 Thread Ruben Q L (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16993487#comment-16993487 ] Ruben Q L commented on CALCITE-3576: I have looked at the generated code, both the original one

[jira] [Updated] (CALCITE-3589) SqlValidatorException when conformation is set to LENIENT

2019-12-11 Thread bingfeng.guo (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bingfeng.guo updated CALCITE-3589: -- Description: {color:#172b4d}When conformance is set to LENIENT, and the alias of the select

[jira] [Commented] (CALCITE-3589) SqlValidatorException when conformation is set to LENIENT

2019-12-11 Thread bingfeng.guo (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16993396#comment-16993396 ] bingfeng.guo commented on CALCITE-3589: --- please help me verify it ,and reply if it needs to be

[jira] [Updated] (CALCITE-3589) SqlValidatorException when conformation is set to LENIENT

2019-12-11 Thread bingfeng.guo (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bingfeng.guo updated CALCITE-3589: -- Priority: Critical (was: Minor) > SqlValidatorException when conformation is set to LENIENT

[jira] [Updated] (CALCITE-3589) SqlValidatorException when conformation is set to LENIENT

2019-12-11 Thread bingfeng.guo (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bingfeng.guo updated CALCITE-3589: -- Description: {color:#172b4d}When conformance is set to LENIENT, and the alias of the select

[jira] [Created] (CALCITE-3589) SqlValidatorException when conformation is set to LENIENT

2019-12-11 Thread bingfeng.guo (Jira)
bingfeng.guo created CALCITE-3589: - Summary: SqlValidatorException when conformation is set to LENIENT Key: CALCITE-3589 URL: https://issues.apache.org/jira/browse/CALCITE-3589 Project: Calcite

[jira] [Updated] (CALCITE-3588) Support more operators in Join condition when convert RelNode to SqlNode

2019-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-3588: Labels: pull-request-available (was: ) > Support more operators in Join condition when

[jira] [Created] (CALCITE-3588) Support more operators in Join condition when convert RelNode to SqlNode

2019-12-11 Thread Jin Xing (Jira)
Jin Xing created CALCITE-3588: - Summary: Support more operators in Join condition when convert RelNode to SqlNode Key: CALCITE-3588 URL: https://issues.apache.org/jira/browse/CALCITE-3588 Project:

[jira] [Commented] (CALCITE-3576) Remove Enumerable convention check in FilterIntoJoinRule

2019-12-11 Thread Ruben Q L (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16993339#comment-16993339 ] Ruben Q L commented on CALCITE-3576: [~hyuan], fyi I am facing the same issue while working on

[jira] [Resolved] (CALCITE-3481) Support convert TableFunctionScan to SqlNode

2019-12-11 Thread Chunwei Lei (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chunwei Lei resolved CALCITE-3481. -- Fix Version/s: 1.22.0 Resolution: Fixed Fixed in 

[jira] [Commented] (CALCITE-3575) IndexOutOfBoundsException when converting sql to rel

2019-12-11 Thread Chunwei Lei (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16993309#comment-16993309 ] Chunwei Lei commented on CALCITE-3575: -- I opened a pull request: 

[jira] [Updated] (CALCITE-3575) IndexOutOfBoundsException when converting sql to rel

2019-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-3575: Labels: pull-request-available (was: ) > IndexOutOfBoundsException when converting sql

[jira] [Assigned] (CALCITE-3587) RexBuilder may lose decimal fraction for creating literal with DECIMAL type

2019-12-11 Thread Wang Yanlin (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wang Yanlin reassigned CALCITE-3587: Assignee: Wang Yanlin > RexBuilder may lose decimal fraction for creating literal with

[jira] [Created] (CALCITE-3587) RexBuilder may lose decimal fraction for creating literal with DECIMAL type

2019-12-11 Thread Wang Yanlin (Jira)
Wang Yanlin created CALCITE-3587: Summary: RexBuilder may lose decimal fraction for creating literal with DECIMAL type Key: CALCITE-3587 URL: https://issues.apache.org/jira/browse/CALCITE-3587