apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.27k stars 911 forks source link

[Feature] Flink connector should use public API #706

Closed JingsongLi closed 1 year ago

JingsongLi commented 1 year ago

Search before asking

Motivation

Now, Flink connector uses FileStoreTable, this is not public api, we should just use public api Table. This is rely on https://github.com/apache/incubator-paimon/issues/638

Solution

No response

Anything else?

No response

Are you willing to submit a PR?

yuzelin commented 1 year ago

I'd like to take this.

zhuangchong commented 1 year ago

@yuzelin Hello, if this PR has not started, can you assign it to me.

yuzelin commented 1 year ago

@zhuangchong Sorry for late response. I'v done some work about this.

zhuangchong commented 1 year ago

@JingsongLi This pr has been done, you can close this issue.