apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
12.39k stars 3.22k forks source link

[Feature] (Paimon) Support Paimon catalog #18433

Open morningman opened 1 year ago

morningman commented 1 year ago

Search before asking

Description

Support reading Paimon by using JNI Connector

Use case

No response

Related issues

You can refer to this PR #17960 and following classes:

  1. be/src/vec/exec/jni_connector.h
  2. be/src/vec/exec/scan/jni_reader.h
  3. fe/java-udf/src/main/java/org/apache/doris/jni/MockJniScanner.java

And you can also refer to Paimon-Trino project to implement this.

Are you willing to submit PR?

Code of Conduct

kaori-seasons commented 1 year ago

I'm interested in this assignment. Can you assign this to me? Thank you

yuxuan-luo commented 1 year ago

i want to try