[jira] [Created] (CALCITE-2894) NullPointerException thrown by RelMdPercentageOriginalRows when explaining plan with all attributes

2019-03-06 Thread Ruben Quesada Lopez (JIRA)
Ruben Quesada Lopez created CALCITE-2894: Summary: NullPointerException thrown by RelMdPercentageOriginalRows when explaining plan with all attributes Key: CALCITE-2894 URL: https://issues.apache.org/jira/

[jira] [Created] (CALCITE-2895) Some arguments are undocumented in constructor of LogicalAggregate

2019-03-06 Thread Chunwei Lei (JIRA)
Chunwei Lei created CALCITE-2895: Summary: Some arguments are undocumented in constructor of LogicalAggregate Key: CALCITE-2895 URL: https://issues.apache.org/jira/browse/CALCITE-2895 Project: Calcite

[jira] [Created] (CALCITE-2896) RelBuilder supports creating TableFunctionScan

2019-03-06 Thread Chunwei Lei (JIRA)
Chunwei Lei created CALCITE-2896: Summary: RelBuilder supports creating TableFunctionScan Key: CALCITE-2896 URL: https://issues.apache.org/jira/browse/CALCITE-2896 Project: Calcite Issue Type

[jira] [Created] (CALCITE-2897) Reduce expensive calls to Class#getSimpleName

2019-03-06 Thread Stamatis Zampetakis (JIRA)
Stamatis Zampetakis created CALCITE-2897: Summary: Reduce expensive calls to Class#getSimpleName Key: CALCITE-2897 URL: https://issues.apache.org/jira/browse/CALCITE-2897 Project: Calcite

[jira] [Created] (CALCITE-2898) RelOptUtil#splitJoinCondition must consider RexFieldAccess referencing RexInputRef

2019-03-06 Thread Ruben Quesada Lopez (JIRA)
Ruben Quesada Lopez created CALCITE-2898: Summary: RelOptUtil#splitJoinCondition must consider RexFieldAccess referencing RexInputRef Key: CALCITE-2898 URL: https://issues.apache.org/jira/browse/CALCITE-28

4 Apache Events in 2019: DC Roadshow soon; next up Chicago, Las Vegas, and Berlin!

2019-03-06 Thread Rich Bowen
Dear Apache Enthusiast, (You’re receiving this because you are subscribed to one or more user mailing lists for an Apache Software Foundation project.) TL;DR: * Apache Roadshow DC is in 3 weeks. Register now at https://apachecon.com/usroadshowdc19/ * Registration for Apache Roadshow Chicago is

Re: [DISCUSS] Towards Calcite 1.19.0

2019-03-06 Thread Kevin Risden
It looks like we haven't made any progress (JIRAs have been opened/closed) towards closing down JIRAs tagged for 1.19.0. There are still 14 (14 on 2/27) open JIRAs tagged for 1.19.0. I will start moving those JIRAs out today to 1.20.0 so I can start to close those this release. We are getting to m

[jira] [Created] (CALCITE-2899) Deprecate RelTraitPropagationVisitor and remove its usages

2019-03-06 Thread Stamatis Zampetakis (JIRA)
Stamatis Zampetakis created CALCITE-2899: Summary: Deprecate RelTraitPropagationVisitor and remove its usages Key: CALCITE-2899 URL: https://issues.apache.org/jira/browse/CALCITE-2899 Project:

Calcite-Master - Build # 1062 - Failure

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

[jira] [Created] (CALCITE-2900) RewriteRexShuttle generates wring type for structured type when visitInputRef

2019-03-06 Thread Will Yu (JIRA)
Will Yu created CALCITE-2900: Summary: RewriteRexShuttle generates wring type for structured type when visitInputRef Key: CALCITE-2900 URL: https://issues.apache.org/jira/browse/CALCITE-2900 Project: Calc

Calcite-Master - Build # 1063 - Still Failing

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

Calcite-Master - Build # 1064 - Still Failing

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

Re: An exception after rewriting a casting expression to a scalar subquery

2019-03-06 Thread Stamatis Zampetakis
Hi Gelbana, I am not sure why the scalar type is always nullable at this part of the code but I would expect that the type is obtained as follows: final RelDataType type = typeFactory.copyType(fieldList.get(0).getType()); // which copies also the nullability of the type instead of final RelData