[jira] [Created] (CALCITE-2211) Type of BigInteger should be BIGINT

2018-03-13 Thread Eyal Segal (JIRA)
Eyal Segal created CALCITE-2211: --- Summary: Type of BigInteger should be BIGINT Key: CALCITE-2211 URL: https://issues.apache.org/jira/browse/CALCITE-2211 Project: Calcite Issue Type: Bug Aff

Re: Exception in RelWriterImpl.checkInputsPresentInExplain(RelNode) for "values" is empty.

2018-03-13 Thread Muhammad Gelbana
I avoided *RelWriterImpl.**checkInputsPresentInExplain* by overriding *AbstractRelNode.computeDigest*. Thanks, Gelbana On Mon, Mar 12, 2018 at 10:02 PM, Muhammad Gelbana wrote: > I'm trying to push down projections while querying a DB but I'm facing > the below exception. I've written the foll

Re: How to convert a node to another that has a different row type ?

2018-03-13 Thread Muhammad Gelbana
Thanks a lot Gian. I couldn't grasp your reply then, but after some tracing through the Druid adapter, I understood what you said about overriding *deriveRowType,* returning a valid *rowType* and the sketchy *setProjection* method. What's still bothering me is why does DruidQuery avoid having input

Volcano Planner - Tree unimplementable

2018-03-13 Thread Abbas Gadhia
Hi, I'm having problems getting the Volcano Planner to implement my Rel tree. I keep getting errors like "could not be implemented; planner state" My target tree has 2 conventions. The first is what i'm calling a "Native" convention which is similar to the JdbcConvention in its semantics, but I

Calcite-Avatica-Master - Build # 45 - Still Failing

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

Re: Calcite-Avatica-Master - Build # 44 - Still Failing

2018-03-13 Thread Josh Elser
PS: fixed these. The configurations weren't running on the desired set of nodes. Most of the times the failures were due to tests failing on Windows. I've also swapped the JDK testing matrix from [7, 8, 9] to [8, 9, 10ea]. On 3/12/18 5:33 PM, Apache Jenkins Server wrote: The Apache Jenkins b

[jira] [Created] (CALCITE-2212) Avatica - Enforce Java version via maven-enforcer-plugin

2018-03-13 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created CALCITE-2212: Summary: Avatica - Enforce Java version via maven-enforcer-plugin Key: CALCITE-2212 URL: https://issues.apache.org/jira/browse/CALCITE-2212 Pro

Calcite-Master - Build # 229 - Failure

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

Re: Calcite-Avatica-Master - Build # 44 - Still Failing

2018-03-13 Thread Josh Elser
I've just made the corresponding changes to the Calcite-Master job, too. On 3/13/18 6:06 PM, Josh Elser wrote: PS: fixed these. The configurations weren't running on the desired set of nodes. Most of the times the failures were due to tests failing on Windows. I've also swapped the JDK testi

Calcite-Master - Build # 230 - Still Failing

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

[jira] [Created] (CALCITE-2213) Geode integration tests are failing with expected plan mismatch

2018-03-13 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created CALCITE-2213: Summary: Geode integration tests are failing with expected plan mismatch Key: CALCITE-2213 URL: https://issues.apache.org/jira/browse/CALCITE-2213

Linq4j-to-Rel converter?

2018-03-13 Thread Walaa Eldin Moustafa
Does Calcite currently support converting a Linq4j expression to relational algebra? After a quick look at the code, it seems that it does not, so if not, do you think it is feasible? On one hand, the Linq4j expressions are very similar to the RelBuilder structure, (e.g., .groupBy(), .orderBy(), et