[jira] [Commented] (CALCITE-3612) Add TIME/TIMESTAMP WITH TIME ZONE in calcite

2019-12-24 Thread Zhenghua Gao (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17003127#comment-17003127 ] Zhenghua Gao commented on CALCITE-3612: --- [~amaliujia] modified the title. [~danny0405] Could you

[jira] [Updated] (CALCITE-3612) Add TIME/TIMESTAMP WITH TIME ZONE in calcite

2019-12-24 Thread Zhenghua Gao (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhenghua Gao updated CALCITE-3612: -- Summary: Add TIME/TIMESTAMP WITH TIME ZONE in calcite (was: Add TIME/TIMESTAMP WITH TIME

[jira] [Comment Edited] (CALCITE-3612) Add TIME/TIMESTAMP WITH TIME ZONE in optimizer

2019-12-24 Thread Rui Wang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17003082#comment-17003082 ] Rui Wang edited comment on CALCITE-3612 at 12/25/19 6:03 AM: - I see. So the

[jira] [Updated] (CALCITE-3626) Can't apply materialized view with a simple sort

2019-12-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-3626: Labels: pull-request-available (was: ) > Can't apply materialized view with a simple

[jira] [Commented] (CALCITE-3612) Add TIME/TIMESTAMP WITH TIME ZONE in optimizer

2019-12-24 Thread Rui Wang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17003082#comment-17003082 ] Rui Wang commented on CALCITE-3612: --- I see. So the title is not meaning add those types to optimizer

[jira] [Commented] (CALCITE-3612) Add TIME/TIMESTAMP WITH TIME ZONE in optimizer

2019-12-24 Thread Zhenghua Gao (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17003069#comment-17003069 ] Zhenghua Gao commented on CALCITE-3612: --- [~amaliujia] What do you mean by the concrete types?I

[jira] [Updated] (CALCITE-3612) Add TIME/TIMESTAMP WITH TIME ZONE in optimizer

2019-12-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-3612: Labels: pull-request-available (was: ) > Add TIME/TIMESTAMP WITH TIME ZONE in optimizer

[jira] [Updated] (CALCITE-3630) Improve ReduceExpressionsRule

2019-12-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-3630: Labels: pull-request-available (was: ) > Improve ReduceExpressionsRule >

[jira] [Updated] (CALCITE-3630) Improve ReduceExpressionsRule

2019-12-24 Thread Chunwei Lei (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chunwei Lei updated CALCITE-3630: - Description: In {{FilterReduceExpressionsRule}}, if the expression is a IS [NOT] NULL on a

[jira] [Created] (CALCITE-3630) Improve ReduceExpressionsRule

2019-12-24 Thread Chunwei Lei (Jira)
Chunwei Lei created CALCITE-3630: Summary: Improve ReduceExpressionsRule Key: CALCITE-3630 URL: https://issues.apache.org/jira/browse/CALCITE-3630 Project: Calcite Issue Type: Bug

[jira] [Resolved] (CALCITE-3620) Remove implicit lateral operator for temporal table join

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

[jira] [Updated] (CALCITE-3621) JDBC adapter can't push down sort to DB

2019-12-24 Thread Lei Jiang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lei Jiang updated CALCITE-3621: --- Description: JDBC adapter can't push down sort to DB {code:java} select ename from scott.emp order

[jira] [Updated] (CALCITE-3628) OOB when using CallCopyingArgHandler to copy sql nodes with hint

2019-12-24 Thread Axis (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Axis updated CALCITE-3628: -- Priority: Critical (was: Major) > OOB when using CallCopyingArgHandler to copy sql nodes with hint >

[jira] [Updated] (CALCITE-3629) Table-valued function implementor interface

2019-12-24 Thread Rui Wang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rui Wang updated CALCITE-3629: -- Description: The current implementation of TUMBLE is the following: {code:java} if (isTumble()) {

[jira] [Assigned] (CALCITE-3629) Table-valued function implementor interface

2019-12-24 Thread Rui Wang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rui Wang reassigned CALCITE-3629: - Assignee: Rui Wang > Table-valued function implementor interface >

[jira] [Created] (CALCITE-3629) Table-valued function implementor interface

2019-12-24 Thread Rui Wang (Jira)
Rui Wang created CALCITE-3629: - Summary: Table-valued function implementor interface Key: CALCITE-3629 URL: https://issues.apache.org/jira/browse/CALCITE-3629 Project: Calcite Issue Type:

[jira] [Updated] (CALCITE-3625) Update mongo tests upgrade from junit4 to junit5

2019-12-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-3625: Labels: pull-request-available (was: ) > Update mongo tests upgrade from junit4 to

[jira] [Updated] (CALCITE-3625) Update mongo tests upgrade from junit4 to junit5

2019-12-24 Thread Forward Xu (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Forward Xu updated CALCITE-3625: Summary: Update mongo tests upgrade from junit4 to junit5 (was: Update linq4j tests upgrade

[jira] [Updated] (CALCITE-3625) Update mongo tests upgrade from junit4 to junit5

2019-12-24 Thread Forward Xu (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Forward Xu updated CALCITE-3625: Description: Update `mongo` tests upgrade from junit4 to junit5 (was: Update `linq4j` tests

[jira] [Resolved] (CALCITE-3525) RexSimplify: eliminate redundant rex calls in OR

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

[jira] [Updated] (CALCITE-3621) JDBC adapter can't push down sort to DB

2019-12-24 Thread Lei Jiang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lei Jiang updated CALCITE-3621: --- Description: JDBC adapter can't push down sort to DB {code:java} select ename from scott.emp order

[jira] [Updated] (CALCITE-3628) OOB when using CallCopyingArgHandler to copy sql nodes with hint

2019-12-24 Thread Axis (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Axis updated CALCITE-3628: -- Description: Hello,      When we use the CallCopyingArgHandler to copy the sql node tree, we will get OOB.

[jira] [Created] (CALCITE-3628) OOB when using CallCopyingArgHandler to copy sql nodes with hint

2019-12-24 Thread Axis (Jira)
Axis created CALCITE-3628: - Summary: OOB when using CallCopyingArgHandler to copy sql nodes with hint Key: CALCITE-3628 URL: https://issues.apache.org/jira/browse/CALCITE-3628 Project: Calcite

[jira] [Updated] (CALCITE-3627) Incorrect null semantic for ROW function

2019-12-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-3627: Labels: pull-request-available (was: ) > Incorrect null semantic for ROW function >

[jira] [Created] (CALCITE-3627) Incorrect null semantic for ROW function

2019-12-24 Thread Feng Zhu (Jira)
Feng Zhu created CALCITE-3627: - Summary: Incorrect null semantic for ROW function Key: CALCITE-3627 URL: https://issues.apache.org/jira/browse/CALCITE-3627 Project: Calcite Issue Type: Bug

[jira] [Commented] (CALCITE-3626) Can't apply materialized view with a simple sort

2019-12-24 Thread Feng Zhu (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17002744#comment-17002744 ] Feng Zhu commented on CALCITE-3626: --- It is duplicate with CALCITE-771. > Can't apply materialized

[jira] [Commented] (CALCITE-2905) Migrate build system to Gradle

2019-12-24 Thread Shuo Cheng (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17002741#comment-17002741 ] Shuo Cheng commented on CALCITE-2905: - [~vladimirsitnikov], actually, flink has some dependency on

[jira] [Commented] (CALCITE-2905) Migrate build system to Gradle

2019-12-24 Thread Vladimir Sitnikov (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17002732#comment-17002732 ] Vladimir Sitnikov commented on CALCITE-2905: [~icshuo], it is intended, and currently,

[jira] [Commented] (CALCITE-2905) Migrate build system to Gradle

2019-12-24 Thread Shuo Cheng (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17002717#comment-17002717 ] Shuo Cheng commented on CALCITE-2905: - Hi, [~vladimirsitnikov], I have problem using gradle to

[jira] [Updated] (CALCITE-2905) Migrate build system to Gradle

2019-12-24 Thread Shuo Cheng (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuo Cheng updated CALCITE-2905: Attachment: image-2019-12-24-16-18-51-071.png > Migrate build system to Gradle >

[jira] [Updated] (CALCITE-2905) Migrate build system to Gradle

2019-12-24 Thread Shuo Cheng (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuo Cheng updated CALCITE-2905: Attachment: image-2019-12-24-16-16-42-006.png > Migrate build system to Gradle >

[jira] [Updated] (CALCITE-3626) Can't apply materialized view with a simple sort

2019-12-24 Thread xzh_dz (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xzh_dz updated CALCITE-3626: Description: when i run those codes as below, i get some error messages.it seems like  materialized view

[jira] [Updated] (CALCITE-3626) Can't apply materialized view with a simple sort

2019-12-24 Thread xzh_dz (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xzh_dz updated CALCITE-3626: Description: when i run those codes as below, i get some error messages.it seems like  materialized view

[jira] [Updated] (CALCITE-3626) Can't apply materialized view with a simple sort

2019-12-24 Thread xzh_dz (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xzh_dz updated CALCITE-3626: Description: when i run those codes as below, i get some error messages.it seems like  materialized view

[jira] [Updated] (CALCITE-3626) Can't apply materialized view with a simple sort

2019-12-24 Thread xzh_dz (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xzh_dz updated CALCITE-3626: Description: when i run those codes as below, i get some error messages.it seems like  materialized view

[jira] [Updated] (CALCITE-3626) Can't apply materialized view with a simple sort

2019-12-24 Thread xzh_dz (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xzh_dz updated CALCITE-3626: Description: when i run those codes as below, i get some error messages.it seems like  materialized view

[jira] [Updated] (CALCITE-3626) Can't apply materialized view with a simple sort

2019-12-24 Thread xzh_dz (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xzh_dz updated CALCITE-3626: Environment: (was: {code:java} @Test public void testSort0() { String mv = "select \"deptno\",

[jira] [Created] (CALCITE-3626) Can't apply materialized view with a simple sort

2019-12-24 Thread xzh_dz (Jira)
xzh_dz created CALCITE-3626: --- Summary: Can't apply materialized view with a simple sort Key: CALCITE-3626 URL: https://issues.apache.org/jira/browse/CALCITE-3626 Project: Calcite Issue Type: Wish