Calcite-Master - Build # 1644 - Failure

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

Re: planning error

2020-03-12 Thread Vladimir Sitnikov
Hi, The problem is ProjectLimeRel should have **lime** rel as input, however now it has LogicalFilter as an input. The issue is caused by the following line: https://github.com/tglanz/limestone/blob/master/core/src/main/java/org/tglanz/limestone/rules/LogicalProjectConverterRule.java#L29 You pro

planning error

2020-03-12 Thread Tal Glanzman
Hi! This is my first message here, I hope it's the correct place to ask these kind of questions. I am trying to use calcite as a framework for a system which should create an optimized execution plan, for a given query and schema - with no execution My plan is to create an adapter with converter

[jira] [Created] (CALCITE-3856) Remove code to be removed before 1.23

2020-03-12 Thread Danny Chen (Jira)
Danny Chen created CALCITE-3856: --- Summary: Remove code to be removed before 1.23 Key: CALCITE-3856 URL: https://issues.apache.org/jira/browse/CALCITE-3856 Project: Calcite Issue Type: Task

[jira] [Created] (CALCITE-3855) Supports snapshot on table with virtual columns during sql-to-rel conversion

2020-03-12 Thread Danny Chen (Jira)
Danny Chen created CALCITE-3855: --- Summary: Supports snapshot on table with virtual columns during sql-to-rel conversion Key: CALCITE-3855 URL: https://issues.apache.org/jira/browse/CALCITE-3855 Project: