[jira] [Created] (CALCITE-3412) Response Error for FLOOR TIMESTAMP TO WEEK

2019-10-14 Thread huaicui (Jira)
huaicui created CALCITE-3412: Summary: Response Error for FLOOR TIMESTAMP TO WEEK Key: CALCITE-3412 URL: https://issues.apache.org/jira/browse/CALCITE-3412 Project: Calcite Issue Type: Bug

Re: [DISCUSS] Automated security fixes via dependabot

2019-10-14 Thread Vladimir Sitnikov
I guess the missing bit is the bot that automatically creates JIRA for Dependabot issues. What if we create one? Vladimir

Re: [DISCUSS] Automated security fixes via dependabot

2019-10-14 Thread Kevin Risden
I've been using Dependabot on my fork of a few Apache repos (including the Calcite related ones [1][2][3]) for over a year now. I had to configure dependabot to point to these repositories. It is a nice reminder of all the different dependencies that can be updated. There is also a nice link to

[jira] [Created] (CALCITE-3411) Incorrect code generated for BigDecimal ConstantExpression

2019-10-14 Thread Feng Zhu (Jira)
Feng Zhu created CALCITE-3411: - Summary: Incorrect code generated for BigDecimal ConstantExpression Key: CALCITE-3411 URL: https://issues.apache.org/jira/browse/CALCITE-3411 Project: Calcite

[jira] [Created] (CALCITE-3410) Simplify RelOptRulesTest and HepPlannerTest by making test methods fluent

2019-10-14 Thread Danny Chen (Jira)
Danny Chen created CALCITE-3410: --- Summary: Simplify RelOptRulesTest and HepPlannerTest by making test methods fluent Key: CALCITE-3410 URL: https://issues.apache.org/jira/browse/CALCITE-3410 Project:

Re: [DISCUSS] Automated security fixes via dependabot

2019-10-14 Thread Francis Chuang
+1 to squashing all these changes during a release. However, my only concern is that if upgrading the dependencies during a release breaks something in the codebase and turns into a larger change. I think in this case, the change should not be squashed with the other commits and be a

[jira] [Created] (CALCITE-3409) Add an interface in MaterializedViewSubstitutionVisitor to allow registering UnifyRule

2019-10-14 Thread jin xing (Jira)
jin xing created CALCITE-3409: - Summary: Add an interface in MaterializedViewSubstitutionVisitor to allow registering UnifyRule Key: CALCITE-3409 URL: https://issues.apache.org/jira/browse/CALCITE-3409

[jira] [Created] (CALCITE-3408) Add support for Enumerable Intersect/Minus all

2019-10-14 Thread Wang Yanlin (Jira)
Wang Yanlin created CALCITE-3408: Summary: Add support for Enumerable Intersect/Minus all Key: CALCITE-3408 URL: https://issues.apache.org/jira/browse/CALCITE-3408 Project: Calcite Issue

Re: Re: Re: [QUESTION] Pushing up evaluations from LogicalProjects

2019-10-14 Thread XING JIN
I mean, testPushNonSimpleMappingProject [1] runs with RelFieldTrimmer enabled, which is done by [2] [1] https://github.com/apache/calcite/pull/1500/files#diff-3c834a32d46b821b5241e132f2ae6bfaR324 [2]

Re: Re: Re: [QUESTION] Pushing up evaluations from LogicalProjects

2019-10-14 Thread XING JIN
Yes, that's how testPushNonSimpleMappingProject [1] works [1] https://github.com/apache/calcite/pull/1500/files#diff-3c834a32d46b821b5241e132f2ae6bfaR324 Danny Chan 于2019年10月14日周一 下午3:36写道: > > But why the final BindableTableScan is not pruned ? > > The RelFieldTrimmer default is turned off,

Re: Re: Re: [QUESTION] Pushing up evaluations from LogicalProjects

2019-10-14 Thread Danny Chan
> But why the final BindableTableScan is not pruned ? The RelFieldTrimmer default is turned off, you should open it explicitly. Best, Danny Chan 在 2019年10月14日 +0800 AM11:51,dev@calcite.apache.org,写道: > > BINDABLE_TABLE_SCAN_RULE

RE: Calcite - Model - MongoDB view

2019-10-14 Thread Danny Chan
Hi, Neha Saini What do you mean by MongoDB view, can you give more details, so we can give as much help if we can. Best, Danny Chan 在 2019年10月14日 +0800 PM2:21,Neha Saini ,写道: > Hi Team, > > Gentle reminder! > > Regards, > Neha Saini > > From: Neha Saini > Sent: Thursday, October 10, 2019 3:30

[jira] [Created] (CALCITE-3407) Add support for interpretering minus/intersect relational set operators

2019-10-14 Thread Wang Yanlin (Jira)
Wang Yanlin created CALCITE-3407: Summary: Add support for interpretering minus/intersect relational set operators Key: CALCITE-3407 URL: https://issues.apache.org/jira/browse/CALCITE-3407 Project:

RE: Calcite - Model - MongoDB view

2019-10-14 Thread Neha Saini
Hi Team, Gentle reminder! Regards, Neha Saini From: Neha Saini Sent: Thursday, October 10, 2019 3:30 PM To: dev@calcite.apache.org Subject: Calcite - Model - MongoDB view Hi Team, Greetings for the day. I am working as a technical architect in HCL technologies. I am doing a PoC on Apache