[jira] [Created] (CALCITE-4005) Support calc operator in RelMdAllPredicates and RelMdExpressionLineage

2020-05-16 Thread xzh_dz (Jira)
xzh_dz created CALCITE-4005: --- Summary: Support calc operator in RelMdAllPredicates and RelMdExpressionLineage Key: CALCITE-4005 URL: https://issues.apache.org/jira/browse/CALCITE-4005 Project: Calcite

Re: [VOTE] Release apache-calcite-1.23.0 (release candidate 1)

2020-05-16 Thread Anton Haidai
Hello, Local Calcite build with tests enabled on Linux: *OK* Calcite-based system (Zoomdata) test suite: *OK* Vote: +1 (non-binding) On Sat, May 16, 2020 at 7:02 AM Haisheng Yuan wrote: > Hi all, > > I have created a build for Apache Calcite 1.23.0, release > candidate 1. > > Thanks to

Why executeQuery execute so slow

2020-05-16 Thread Qen Djeng
Why executeQuery execute so slow?, spend 11176ms on execute 1000s executeQuery! Is there anything wrong in my code. public class Main { public static class HrSchema { public final Employee[] emps = new Employee[] { new Employee() }; } public static void main(String[]

Re: [VOTE] Release apache-calcite-1.23.0 (release candidate 1)

2020-05-16 Thread Ruben Q L
Hello everyone, - Local Calcite build with tests (Windows10 + JDK8): OK - Calcite-based application test suite: OK However, the patch to correct the issue on RC0 [1] is a breaking change (for some scenarios) that introduced a regression in my downstream project that required a (temporary)