[DISCUSS] Contribute Pulsar Flink connector back to Flink

2019-09-02 Thread Yijie Shen
://cwiki.apache.org/confluence/display/FLINK/FLIP-37%3A+Rework+of+the+Table+API+Type+System [4] https://cwiki.apache.org/confluence/display/FLINK/FLIP-30%3A+Unified+Catalog+APIs Best, Yijie Shen

Re: [DISCUSS] Contribute Pulsar Flink connector back to Flink

2019-09-04 Thread Yijie Shen
t; > > >> > > > >> We believe Pulsar is not just a simple data sink or source for Flink. > > It > > > >> actually can be a fully integrated streaming data storage for Flink in > > > many > > > >> areas (sink, source, schema/catalog and st

Re: [DISCUSS] Contribute Pulsar Flink connector back to Flink

2019-09-10 Thread Yijie Shen
t; > > > > > > > On Thu, Sep 5, 2019 at 8:56 AM Becket Qin > > > wrote: > > > > > > > > > > > Hi Sijie and Yijie, > > > > > > > > > > > > Thanks for sharing your thoughts. > >

Re: [DISCUSS] Contribute Pulsar Flink connector back to Flink

2019-09-16 Thread Yijie Shen
; > > Becket offered some help already, I can also help a bit. I hope that > > > > > between us, we can cover this. > > > > > > > > > > ## Contribute now, or wait for FLIP-27 > > > > > > > > > > As Becket said, FLIP-27 is a

Re: [DISCUSS] Contribute Pulsar Flink connector back to Flink

2019-09-19 Thread Yijie Shen
t; > in, > > > > > > > > > but we may still have to maintain two code bases. For the > > > > existing > > > > > > > > > connectors, we have to do that anyways. But it would be good > > to > > > > > avoid > > > >

Re: [DISCUSS] Contribute Pulsar Flink connector back to Flink

2019-09-19 Thread Yijie Shen
Hi Fabian, It's yijieshen Thanks for your help! On Thu, Sep 19, 2019 at 4:52 PM Fabian Hueske wrote: > > Hi Yijie, > > I can give you permission if you tell me your Confluence user name. > > Thanks, Fabian > > Am Do., 19. Sept. 2019 um 10:49 Uhr schrie

[DISCUSS] FLIP-72: Introduce Pulsar Connector

2019-09-20 Thread Yijie Shen
Hi everyone, Per discussion in the previous thread , I have created FLIP-72 to kick off a more detailed discussion on the Flink Pulsar connector: https://cwiki.apac

Re: [DISCUSS] FLIP-72: Introduce Pulsar Connector

2019-10-16 Thread Yijie Shen
onfigs > - the FLIP seems propose mapping a pulsar cluster and > 'tenant/namespace' respectively to Flink's 'catalog' and 'database'. I > wonder whether it totally makes sense, or should we actually map > "tenant" >

Re: [DISCUSS] FLIP-72: Introduce Pulsar Connector

2019-10-20 Thread Yijie Shen
P can unblock the contribution for sink (or source) > > and keep the discussion more focus. > > I also left some comments in the documentation. > > > > Thanks, > > Jark > > > > On Thu, 17 Oct 2019 at 11:24, Yijie Shen > > wrote: > > > > >

Re: [DISCUSS] FLIP-72: Introduce Pulsar Connector

2019-11-18 Thread Yijie Shen
15 AM Yijie Shen wrote: > Hi everyone, > > Glad to receive your valuable feedbacks. > > I'd first separate the Pulsar catalog as another doc and show more design > and implementation details there. > > For the current FLIP-72, I would separate it into the sink part for

Re: [DISCUSS] FLIP-72: Introduce Pulsar Connector

2019-12-23 Thread Yijie Shen
ft a few things out of this FLIP and will address them in > separate > >> > FLIPs. Including: > >> > 1. Per split event time. > >> > 2. Event time alignment. > >> > 3. Fine grained failover for SplitEnumerator failure. > >> > &

Re: [DISCUSS] FLIP-72: Introduce Pulsar Connector

2020-01-16 Thread Yijie Shen
lp review and > merge in the next couple weeks. > > Thanks, > Bowen > > > On Mon, Dec 23, 2019 at 7:03 PM Yijie Shen > wrote: > > > Hi Bowen, > > > > I've done updated the design doc, PTAL. > > Btw the PR for catalog is https://github.c

Re: Preparing Table API & SQL for Flink 1.1.0

2016-05-20 Thread Yijie Shen
Hi Fabian, The priority seems reasonable to me. I skimmed through your TPCH branch and find data type and related functions would be quite important to enable most of TPC-H queries. I would try out your TPC-H branch and pick up some issues you filed these two days for the 1.1.0 release. Hope thi

Re: Would like to add a connector to DistributedLog.

2016-05-29 Thread Yijie Shen
Hi Jia, I'm currently working on a stream connector for DL, do you mind if we cooperate on FLINK-3987? If you don't mind, I would do some clean up locally in the next days and share it here. Hi Sijie, I think we should publish DL jars to public repository in order to be referenced by other project

[jira] [Created] (FLINK-14146) Introduce Pulsar connector

2019-09-20 Thread Yijie Shen (Jira)
Yijie Shen created FLINK-14146: -- Summary: Introduce Pulsar connector Key: FLINK-14146 URL: https://issues.apache.org/jira/browse/FLINK-14146 Project: Flink Issue Type: New Feature

[jira] [Created] (FLINK-15089) Pulsar Catalog

2019-12-05 Thread Yijie Shen (Jira)
Yijie Shen created FLINK-15089: -- Summary: Pulsar Catalog Key: FLINK-15089 URL: https://issues.apache.org/jira/browse/FLINK-15089 Project: Flink Issue Type: Sub-task Components

[jira] [Created] (FLINK-15624) Pulsar Sink

2020-01-16 Thread Yijie Shen (Jira)
Yijie Shen created FLINK-15624: -- Summary: Pulsar Sink Key: FLINK-15624 URL: https://issues.apache.org/jira/browse/FLINK-15624 Project: Flink Issue Type: Sub-task Reporter: Yijie

[jira] [Created] (FLINK-3723) Aggregate Functions and scalar expressions shouldn't be mixed in select

2016-04-10 Thread Yijie Shen (JIRA)
Yijie Shen created FLINK-3723: - Summary: Aggregate Functions and scalar expressions shouldn't be mixed in select Key: FLINK-3723 URL: https://issues.apache.org/jira/browse/FLINK-3723 Project:

[jira] [Created] (FLINK-3736) Move toRexNode and toAggCall logic into Expressions

2016-04-11 Thread Yijie Shen (JIRA)
Yijie Shen created FLINK-3736: - Summary: Move toRexNode and toAggCall logic into Expressions Key: FLINK-3736 URL: https://issues.apache.org/jira/browse/FLINK-3736 Project: Flink Issue Type

[jira] [Created] (FLINK-3754) Add a validation phase before construct RelNode using TableAPI

2016-04-13 Thread Yijie Shen (JIRA)
Yijie Shen created FLINK-3754: - Summary: Add a validation phase before construct RelNode using TableAPI Key: FLINK-3754 URL: https://issues.apache.org/jira/browse/FLINK-3754 Project: Flink

[jira] [Created] (FLINK-3926) Incorrect implementation of getFieldIndex in TupleTypeInfo

2016-05-18 Thread Yijie Shen (JIRA)
Yijie Shen created FLINK-3926: - Summary: Incorrect implementation of getFieldIndex in TupleTypeInfo Key: FLINK-3926 URL: https://issues.apache.org/jira/browse/FLINK-3926 Project: Flink Issue

[jira] [Created] (FLINK-3976) Alias fields of physical plan node to avoid name collision with Calcite protected fields

2016-05-25 Thread Yijie Shen (JIRA)
Yijie Shen created FLINK-3976: - Summary: Alias fields of physical plan node to avoid name collision with Calcite protected fields Key: FLINK-3976 URL: https://issues.apache.org/jira/browse/FLINK-3976