This is an automated email from the ASF dual-hosted git repository.

morningman pushed a change to branch branch-catalog-spi
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 3468d905eb3 [test](catalog) port #65870 partition-evolution coverage 
into fe-connector-iceberg
     add 53f1d3ad321 [fix](paimon) read an @options tag pin's schemaId from the 
tag, not the snapshot file
     add de87be4cbeb [fix](catalog) bind a plugin system table's schema at its 
own pin, not at latest
     add 31ae926565c [test](iceberg) assert gateway/dedicated parity instead of 
an absolute nested-DDL capability

No new revisions were added by this update.

Summary of changes:
 .../connector/paimon/PaimonConnectorMetadata.java  |  95 +++++++++-
 .../PaimonConnectorMetadataOptionsTagPinTest.java  | 204 +++++++++++++++++++++
 .../plugin/PluginDrivenSysExternalTable.java       | 185 +++++++++++++++++++
 .../datasource/scan/PluginDrivenScanNode.java      |  18 +-
 .../trees/plans/logical/LogicalFileScan.java       |  32 +++-
 .../PluginDrivenSysExternalTableScanPinTest.java   | 174 ++++++++++++++++++
 .../scan/PluginDrivenScanNodeSysTablePinTest.java  |  30 ++-
 .../test_iceberg_on_hms_gateway_ddl_parity.groovy  | 153 ++++++++++++----
 8 files changed, 825 insertions(+), 66 deletions(-)
 create mode 100644 
fe/fe-connector/fe-connector-paimon/src/test/java/org/apache/doris/connector/paimon/PaimonConnectorMetadataOptionsTagPinTest.java
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/datasource/plugin/PluginDrivenSysExternalTableScanPinTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to