[jira] [Created] (CALCITE-4545) Unparse a new function of FUNCTION_ID syntax will be quoted

2021-03-22 Thread Jark Wu (Jira)
Jark Wu created CALCITE-4545: Summary: Unparse a new function of FUNCTION_ID syntax will be quoted Key: CALCITE-4545 URL: https://issues.apache.org/jira/browse/CALCITE-4545 Project: Calcite

Re: [DISCUSS] Support Oracle Polymorphic Table Function Syntax

2020-11-08 Thread Jark Wu
> > > > > > CALCITE-1490 suggests only add to SQL server, but as Oracle, > > Snowflake > > > > and > > > > > BigQuery seems all support the simplified syntax, it might be > enough > > to > > > > > justify adding this sup

Re: [DISCUSS] Support Oracle Polymorphic Table Function Syntax

2020-10-29 Thread Jark Wu
wrote: > > > > > > > Can we drop the word "polymorphic" from the discussion? Polymorphic > > > > table functions are a valid ask, but can be a separate discussion. > > > > This is about calling table functions without the TABLE keyword, > > &

[DISCUSS] Support Oracle Polymorphic Table Function Syntax

2020-10-29 Thread Jark Wu
Hi all, It's great to see Calcite already supports PTF syntax and support the out-of-box new window syntax. SELECT * FROM TABLE(TUMBLE(TABLE Bid, DESCRIPTOR(bidtime), INTERVAL '10' MINUTES)); However, some people from the Flink community think that the TABLE() keyword is a little verbose for

Re: [ANNOUNCE] New committer: Danny Chan

2019-05-13 Thread Jark Wu
Congratulations Danny! Best, Jark On Tue, 14 May 2019 at 09:57, Yuzhao Chen wrote: > Thank you everyone for your kind messages. > > Currently I am working in Alibaba Blink SQL Engine team in Hangzhou, > Zhejiang, China. We are developing a production version of Apache Flink. > Our team has

Re: "Patch" flag vs. "pull-request-available" label

2019-01-07 Thread Jark Wu
+1 for "pull-request-available" On Tue, 8 Jan 2019 at 05:33, Francis Chuang wrote: > +1 for "pull-request-available" > > On 8/01/2019 8:13 am, Julian Hyde wrote: > > There seem to be two mechanisms to indicate that a pull-request is > available for a JIRA case. > > > > 1. The “Patch” flag (13

[jira] [Created] (CALCITE-2150) CurrentTimestamp is reduced in subquery

2018-01-24 Thread Jark Wu (JIRA)
Jark Wu created CALCITE-2150: Summary: CurrentTimestamp is reduced in subquery Key: CALCITE-2150 URL: https://issues.apache.org/jira/browse/CALCITE-2150 Project: Calcite Issue Type: Bug

[jira] [Created] (CALCITE-1912) Support "FOR SYSTEM_TIME AS OF" in regular queries

2017-08-01 Thread Jark Wu (JIRA)
Jark Wu created CALCITE-1912: Summary: Support "FOR SYSTEM_TIME AS OF" in regular queries Key: CALCITE-1912 URL: https://issues.apache.org/jira/browse/CALCITE-1912 Project: Calcite

[DISCUSS] Support CROSS/OUTER APPLY syntax

2016-10-25 Thread Jark Wu
n/codegen/templates/Parser.jj> - Jark Wu

Re: How to parse UDTF in calcite

2016-07-07 Thread Jark Wu
I have logged https://issues.apache.org/jira/browse/CALCITE-1309 <https://issues.apache.org/jira/browse/CALCITE-1309> for this. - Jark Wu > 在 2016年7月8日,上午9:26,Julian Hyde <jh...@apache.org> 写道: > > I believe that we should allow LATERAL TABLE. Can you lo

How to parse UDTF in calcite

2016-07-06 Thread Jark Wu
From myTable lateral view posexplode(myCol) as (pos, myNewCol)”. Is there any way to do this in calcite ? - Jark Wu

How to parse UDTF in calcite

2016-07-06 Thread Jark Wu
From myTable lateral view posexplode(myCol) as (pos, myNewCol)”. Is there any way to do this in calcite ? - Jark Wu

[QUESTION] Does Calcite support parsing DDL like CREATE TABLE ?

2016-06-27 Thread Jark Wu
? If not , how can I support it myself? - Jark Wu

[jira] [Created] (CALCITE-1297) RelBuilder does not translate identity projects even if they rename fields

2016-06-16 Thread Jark Wu (JIRA)
Jark Wu created CALCITE-1297: Summary: RelBuilder does not translate identity projects even if they rename fields Key: CALCITE-1297 URL: https://issues.apache.org/jira/browse/CALCITE-1297 Project

[jira] [Created] (CALCITE-1295) ReduceExpressionRule should not reduce AS operator

2016-06-16 Thread Jark Wu (JIRA)
Jark Wu created CALCITE-1295: Summary: ReduceExpressionRule should not reduce AS operator Key: CALCITE-1295 URL: https://issues.apache.org/jira/browse/CALCITE-1295 Project: Calcite Issue Type