This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-57012-branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 5ed06bbcc94 branch-3.1: [fix](nereids) allow merge project for java
udf (#57102)
add 67561b71a10 [feature](maxcompute)support maxcompte catalog read
project-schema-table. (#57012)
No new revisions were added by this update.
Summary of changes:
.../maxcompute/MaxComputeExternalCatalog.java | 104 ++++-----
.../maxcompute/MaxComputeExternalTable.java | 19 +-
.../maxcompute/MaxComputeSchemaCacheValue.java | 8 +-
.../datasource/maxcompute/McStructureHelper.java | 221 ++++++++++++++++++
.../maxcompute/source/MaxComputeScanNode.java | 4 +-
.../property/constants/MCProperties.java | 20 ++
.../maxcompute/test_max_compute_schema.out | 258 +++++++++++++++++++++
.../maxcompute/test_max_compute_schema.groovy | 239 +++++++++++++++++++
8 files changed, 802 insertions(+), 71 deletions(-)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/datasource/maxcompute/McStructureHelper.java
create mode 100644
regression-test/data/external_table_p2/maxcompute/test_max_compute_schema.out
create mode 100644
regression-test/suites/external_table_p2/maxcompute/test_max_compute_schema.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]