[jira] [Created] (CALCITE-4053) RexSimplify should not pass exprs containing non-const subExprs to RexExecutor#reduce

2020-06-08 Thread Shuo Cheng (Jira)
Shuo Cheng created CALCITE-4053: --- Summary: RexSimplify should not pass exprs containing non-const subExprs to RexExecutor#reduce Key: CALCITE-4053 URL: https://issues.apache.org/jira/browse/CALCITE-4053

Calcite-Master - Build # 1782 - Still Failing

2020-06-08 Thread Apache Jenkins Server
The Apache Jenkins build system has built Calcite-Master (build #1782) Status: Still Failing Check console output at https://builds.apache.org/job/Calcite-Master/1782/ to view the results.

[jira] [Created] (CALCITE-4052) Enable Top-down Optimization

2020-06-08 Thread Rui Wang (Jira)
Rui Wang created CALCITE-4052: - Summary: Enable Top-down Optimization Key: CALCITE-4052 URL: https://issues.apache.org/jira/browse/CALCITE-4052 Project: Calcite Issue Type: Task Repor

Calcite-Master - Build # 1781 - Still Failing

2020-06-08 Thread Apache Jenkins Server
The Apache Jenkins build system has built Calcite-Master (build #1781) Status: Still Failing Check console output at https://builds.apache.org/job/Calcite-Master/1781/ to view the results.

Calcite-Master - Build # 1780 - Failure

2020-06-08 Thread Apache Jenkins Server
The Apache Jenkins build system has built Calcite-Master (build #1780) Status: Failure Check console output at https://builds.apache.org/job/Calcite-Master/1780/ to view the results.

[jira] [Created] (CALCITE-4051) TVF Session Optimizations

2020-06-08 Thread Rui Wang (Jira)
Rui Wang created CALCITE-4051: - Summary: TVF Session Optimizations Key: CALCITE-4051 URL: https://issues.apache.org/jira/browse/CALCITE-4051 Project: Calcite Issue Type: Improvement R

Re: NULL in IN clause

2020-06-08 Thread Maytas Monsereenusorn
Hi Julian, I don't think this has anything to do with the InSubQueryThreshold and hence, setting InSubQueryThreshold property will not change anything. The problem described in my ticket (CALCITE-4048) is due to having a NULL in the IN clause. For example, if the IN clause has 3 items in it such a

Re: NULL in IN clause

2020-06-08 Thread Julian Hyde
Did you try setting InSubQueryThreshold [1]? It's not particularly easy to set[2], but AFAIK it works if you set it. Julian [1] http://calcite.hydromatic.net/apidocs/org/apache/calcite/sql2rel/SqlToRelConverter.Config.html#getInSubQueryThreshold() [2] https://issues.apache.org/jira/browse/CALC

Re: [DISCUSS] Some quesitons about the new introduced window table functions (TUMBLE, HOP and SESSION)

2020-06-08 Thread Rui Wang
On Mon, Jun 8, 2020 at 12:04 AM Viliam Durina wrote: > > 2. rename the hop_size to emit_frequency. Because that's what this > argument tries to say: e.g. emit in every x time_unit. > > It's not about how often you emit. By "emit" I mean the moment when the > rows are sent out. For example, when w

Re: [DISCUSS] Some quesitons about the new introduced window table functions (TUMBLE, HOP and SESSION)

2020-06-08 Thread Viliam Durina
> 2. rename the hop_size to emit_frequency. Because that's what this argument tries to say: e.g. emit in every x time_unit. It's not about how often you emit. By "emit" I mean the moment when the rows are sent out. For example, when working with event time and the input stalls, you might emit much

[jira] [Created] (CALCITE-4050) Traits Propagation for EnumerableMergeJoin Produces Incorrect Result

2020-06-08 Thread Jinpeng Wu (Jira)
Jinpeng Wu created CALCITE-4050: --- Summary: Traits Propagation for EnumerableMergeJoin Produces Incorrect Result Key: CALCITE-4050 URL: https://issues.apache.org/jira/browse/CALCITE-4050 Project: Calcite