apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://gravitino.apache.org
Apache License 2.0
1.1k stars 348 forks source link

[#5014]feat: add the basic module of catalog-jdbc-maxcompute #5488

Open mplmoknijb opened 3 weeks ago

mplmoknijb commented 3 weeks ago

What changes were proposed in this pull request?

To add the basic module of MaxCompute, including catalog, operations, converter and so on.

Why are the changes needed?

Fix: #5014

Does this PR introduce any user-facing change?

No, only the basic capabilities to connect to MC are provided.

How was this patch tested?

It can only be achieved by configuring the environment variables(username/password/url) and then running

jerryshao commented 3 weeks ago

Hi @mplmoknijb thanks a lot for your contribution. Since this is a big feature, would you please create a epic issue and break down things into small tasks, also it would be nice to have a design doc beforehand. You can check and follow what OceanBase did (https://github.com/apache/gravitino/issues/4848). Thanks a lot.

mplmoknijb commented 3 weeks ago

Hi @mplmoknijb thanks a lot for your contribution. Since this is a big feature, would you please create a epic issue and break down things into small tasks, also it would be nice to have a design doc beforehand. You can check and follow what OceanBase did (#4848). Thanks a lot.

Certainly,I will create an epic. Thanks for your reply