Re: [DISCUSS] Towards Calcite 1.20.0

2019-05-31 Thread Yuzhao Chen
Thanks so much for your work, Julian. And sorry for my mistake. Best, Danny Chan 在 2019年6月1日 +0800 AM2:28,Julian Hyde ,写道: > How are we doing? What must-fix bugs remain? > > I asked Danny to fix some deprecation warnings, which he duly did[1], but now > I think I was mistaken, because he did so

Re: [DISCUSS] Towards Calcite 1.20.0

2019-05-31 Thread Michael Mior
Below is a link to open issues with fix version set to 1.20.0. I previously went through and removed the fix version for issues which will definitely not be ready.

Re: Re: Re: CyclicMetadataException in testPushDownJoinConditionsWithExpandedIsNotDistinctUsingCase

2019-05-31 Thread Haisheng Yuan
Ruben's PR still doesn't fix the hung issue. Here is jstack output: Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.162-b12 mixed mode): "RMI TCP Connection(3)-192.168.1.171" #45 daemon prio=9 os_prio=31 tid=0x7ff81d0c5000 nid=0xa30b runnable [0x72f0e000]

Re: [DISCUSS] Towards Calcite 1.20.0

2019-05-31 Thread Julian Hyde
How are we doing? What must-fix bugs remain? I asked Danny to fix some deprecation warnings, which he duly did[1], but now I think I was mistaken, because he did so by removing a bunch of methods whose arguments were the now-deprecated class SemiJoin. This has become a breaking change with not

[jira] [Created] (CALCITE-3107) Bump commons-dbcp2 from 2.5.0 to 2.6.0

2019-05-31 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created CALCITE-3107: - Summary: Bump commons-dbcp2 from 2.5.0 to 2.6.0 Key: CALCITE-3107 URL: https://issues.apache.org/jira/browse/CALCITE-3107 Project: Calcite Issue

[jira] [Created] (CALCITE-3106) Bump commons-pool2 from 2.6.0 to 2.6.2

2019-05-31 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created CALCITE-3106: - Summary: Bump commons-pool2 from 2.6.0 to 2.6.2 Key: CALCITE-3106 URL: https://issues.apache.org/jira/browse/CALCITE-3106 Project: Calcite Issue

[jira] [Created] (CALCITE-3105) Bump Jackson from 2.9.8 to 2.9.9

2019-05-31 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created CALCITE-3105: - Summary: Bump Jackson from 2.9.8 to 2.9.9 Key: CALCITE-3105 URL: https://issues.apache.org/jira/browse/CALCITE-3105 Project: Calcite Issue Type:

[jira] [Created] (CALCITE-3104) Bump httpcore from 4.4.10 to 4.4.11

2019-05-31 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created CALCITE-3104: - Summary: Bump httpcore from 4.4.10 to 4.4.11 Key: CALCITE-3104 URL: https://issues.apache.org/jira/browse/CALCITE-3104 Project: Calcite Issue

[jira] [Created] (CALCITE-3103) Bump httpclient from 4.5.6 to 4.5.8

2019-05-31 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created CALCITE-3103: - Summary: Bump httpclient from 4.5.6 to 4.5.8 Key: CALCITE-3103 URL: https://issues.apache.org/jira/browse/CALCITE-3103 Project: Calcite Issue

Re: Re: CyclicMetadataException in testPushDownJoinConditionsWithExpandedIsNotDistinctUsingCase

2019-05-31 Thread Ruben Q L
My guess here is that: EnumerableRepeatUnionHierarchyTest is a Parameterized test, if the different tests are executed in parallel, since they all use the same plan with minor modifications, but especially since they all share the same transient table name (the temporary table that is used to

Re: Re: CyclicMetadataException in testPushDownJoinConditionsWithExpandedIsNotDistinctUsingCase

2019-05-31 Thread Stamatis Zampetakis
@Haisheng: since you can reproduce it every time locally can you share the stacktrace at the moment that it is stucked? I think it will help a lot in finding the problem. On Fri, May 31, 2019, 8:22 AM Ruben Q L wrote: > Ok, I understand. I'll see if I can reproduce it on my side. > Thanks > >

Re: Re: CyclicMetadataException in testPushDownJoinConditionsWithExpandedIsNotDistinctUsingCase

2019-05-31 Thread Ruben Q L
Ok, I understand. I'll see if I can reproduce it on my side. Thanks Le ven. 31 mai 2019 à 08:19, Haisheng Yuan a écrit : > just run that single test would not reproduce. > It also passes on my machine if run it separately. mvn clean install can > repro every time. > > > > > > Thanks~ >

回复: Re: CyclicMetadataException in testPushDownJoinConditionsWithExpandedIsNotDistinctUsingCase

2019-05-31 Thread Haisheng Yuan
just run that single test would not reproduce. It also passes on my machine if run it separately. mvn clean install can repro every time. Thanks~ Haisheng Yuan-- 发件人:Ruben Q L 日 期:2019年05月31日 14:03:44 收件人: 抄 送:Stamatis

Re: Re: CyclicMetadataException in testPushDownJoinConditionsWithExpandedIsNotDistinctUsingCase

2019-05-31 Thread Ruben Q L
Thanks for the info. I'm running EnumerableRepeatUnionHierarchyTest, and in my local environment (macOS 10.14.5, JDK 8) it ends successfully. I'll continue digging into it... Le ven. 31 mai 2019 à 04:20, Haisheng Yuan a écrit : > The test suite stuck on my laptop for ever. macOS 10.14.4, JDK