Re: Re: Re: Re: [DISCUSS] On-demand traitset request

2019-10-25 Thread Haisheng Yuan
Yes, you are right, they are similar. But metadata framework can't provide the flexibility for the optimization engine to extend to other trait without modifying the core. Our goal should be making the optimization engine do all the work, physical operators just specify its behavior and

[jira] [Created] (CALCITE-3450) Support Intersect and Minus in RelMdTableReferences.

2019-10-25 Thread xzh_dz (Jira)
xzh_dz created CALCITE-3450: --- Summary: Support Intersect and Minus in RelMdTableReferences. Key: CALCITE-3450 URL: https://issues.apache.org/jira/browse/CALCITE-3450 Project: Calcite Issue Type:

Re: Re: Re: [DISCUSS] On-demand traitset request

2019-10-25 Thread Haisheng Yuan
I didn't say adding to RelNode, but a new API/interface for physical operator only. What matters is not the number of interfaces, but the necessity of these methods. - Haisheng -- 发件人:Danny Chan 日 期:2019年10月25日 09:55:56 收件人: 主 

[jira] [Created] (CALCITE-3449) Modify sql will have sub schema in it's table name

2019-10-25 Thread Zhuang (Jira)
Zhuang created CALCITE-3449: --- Summary: Modify sql will have sub schema in it's table name Key: CALCITE-3449 URL: https://issues.apache.org/jira/browse/CALCITE-3449 Project: Calcite Issue Type: Bug

[jira] [Created] (CALCITE-3448) AggregateOnProjectToAggregateUnifyRule ignores Project incorrectly when there's missing grouping or mapping breaks ordering

2019-10-25 Thread jin xing (Jira)
jin xing created CALCITE-3448: - Summary: AggregateOnProjectToAggregateUnifyRule ignores Project incorrectly when there's missing grouping or mapping breaks ordering Key: CALCITE-3448 URL:

Re: [DISCUSS] State of the project 2019

2019-10-25 Thread Danny Chan
Oh, you can add my weixin(send personal mail for that) and I have a free ticket for the conference ! Best, Danny Chan 在 2019年10月25日 +0800 PM6:29,Juan Pan ,写道: > Hi Danny, > > > I am interested in your coming talk in Beijing China. How to take part in it, > can you give me more detail? > > >

Re: [DISCUSS] State of the project 2019

2019-10-25 Thread Juan Pan
Hi Danny, I am interested in your coming talk in Beijing China. How to take part in it, can you give me more detail? Juan Pan panj...@apache.org Juan Pan(Trista), Apache ShardingSphere On 10/23/2019 18:23,Danny Chan wrote: I gave a talk last year in a university in France, and nobody in

[jira] [Created] (CALCITE-3447) Fix equivalents in method SubstitutionVisitor#go

2019-10-25 Thread daimin (Jira)
daimin created CALCITE-3447: --- Summary: Fix equivalents in method SubstitutionVisitor#go Key: CALCITE-3447 URL: https://issues.apache.org/jira/browse/CALCITE-3447 Project: Calcite Issue Type: Bug

Re: Re: [DISCUSS] On-demand traitset request

2019-10-25 Thread Stamatis Zampetakis
I would like a further clarification regarding the methods: derivedDistribution() derivedCollation() What would be the difference with the existing derivation mechanism in RelMdDistribution [1], and RelMdCollation [2]. They are not sufficient to provide the necessary information? [1]