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.
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
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
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
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: