hubgeter opened a new pull request, #40225: URL: https://github.com/apache/doris/pull/40225
## Proposed changes Refactoring maxCompute catalog using Storage API. Storage API : https://help.aliyun.com/zh/maxcompute/user-guide/open-storage-sample-java-sdk?spm=a2c4g.11186623.0.i0 ``` Required parameters: CREATE CATALOG mc PROPERTIES ( "type" = "max_compute", "mc.default.project" = "jz_datalake", "mc.access_key" = "xxxx", "mc.secret_key" = "xxxx", "mc.endpoint" = "http://service.cn-beijing-vpc.maxcompute.aliyun-inc.com/api", "mc.quota" = "pay-as-you-go" ); Optional parameters: "split_strategy" = "byte_size" / "row_offset" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org