Re: Some issues with release 1.20

2019-08-03 Thread Amit Chavan
Thanks, Chunwei. I am able to reproduce both errors for both queries and here is the unit test that has the code for it. Let me know if you need additional information. On Sat, Aug 3, 2019 at 4:59 PM Chunwei Lei wrote: > I spent some time on the first issue above. The following test can >

Re: Some issues with release 1.20

2019-08-03 Thread Chunwei Lei
I spent some time on the first issue above. The following test can reproduce it. // FrameworksTest.java @Test public void testMinMax() throws Exception { Table table = new TableImpl(); final SchemaPlus rootSchema = Frameworks.createRootSchema(true); SchemaPlus schema =

[jira] [Created] (CALCITE-3228) Error while applying rule ProjectScanRule: interpreter

2019-08-03 Thread Chunwei Lei (JIRA)
Chunwei Lei created CALCITE-3228: Summary: Error while applying rule ProjectScanRule: interpreter Key: CALCITE-3228 URL: https://issues.apache.org/jira/browse/CALCITE-3228 Project: Calcite

Re: Some issues with release 1.20

2019-08-03 Thread Amit Chavan
Yes the table in question does implement the following interfaces - private static class TableImpl extends AbstractTable implements ModifiableTable, ScannableTable, ProjectableFilterableTable I am putting together a project that has some unit tests that will show the errors. On Sat,

[jira] [Created] (CALCITE-3227) IndexOutOfBound when checking candidate parent match's input ordinal in VolcanoRuleCall

2019-08-03 Thread Botong Huang (JIRA)
Botong Huang created CALCITE-3227: - Summary: IndexOutOfBound when checking candidate parent match's input ordinal in VolcanoRuleCall Key: CALCITE-3227 URL: https://issues.apache.org/jira/browse/CALCITE-3227

Re: Some issues with release 1.20

2019-08-03 Thread Stamatis Zampetakis
I tried to reproduce the first problem related with ProjectTableScanRule with the current master but I didn't succeed. I assumed that the table in question implements the FilterableTable or ProjectableFilterableTable interface but I guess I am missing some other important parameters. On Fri, Aug

Re: Calcite-Master - Build # 1280 - Still Failing

2019-08-03 Thread Stamatis Zampetakis
The problem in Jenkins does not seem to be related: FATAL: Couldn?t find any executable in /home/jenkins/tools/maven/apache-maven-3.3.3 The chosen machine has some problems with maven so the tests did not even start. On Fri, Aug 2, 2019 at 5:55 PM Muhammad Gelbana wrote: > I'm working on a PR