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

morrysnow pushed a change to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 649d066a942 branch-3.1 [Fix](Variant) fix explode table function with 
variant type (#52713)
     add 24f4cf25655 branch-3.1: [opt](iceberg)support read iceberg with 
tag/branch #51272 (#52740)

No new revisions were added by this update.

Summary of changes:
 .../create_preinstalled_scripts/iceberg/run11.sql  |  23 ++
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 |   4 +-
 fe/fe-core/src/main/cup/sql_parser.cup             |   6 +-
 .../java/org/apache/doris/analysis/TableRef.java   |   6 +-
 .../org/apache/doris/analysis/TableScanParams.java |  35 ++-
 .../org/apache/doris/analysis/TableSnapshot.java   |  41 ++-
 .../apache/doris/datasource/FileQueryScanNode.java |  15 ++
 .../org/apache/doris/datasource/FileScanNode.java  |  10 +-
 .../apache/doris/datasource/SplitGenerator.java    |   2 +-
 .../doris/datasource/hive/HMSExternalTable.java    |   6 +-
 .../apache/doris/datasource/hudi/HudiUtils.java    |   4 +-
 .../doris/datasource/hudi/source/HudiScanNode.java |   2 +-
 .../datasource/iceberg/IcebergExternalTable.java   |   5 +-
 .../doris/datasource/iceberg/IcebergUtils.java     | 128 ++++++++-
 .../datasource/iceberg/source/IcebergScanNode.java |  36 ++-
 .../IcebergTableQueryInfo.java}                    |  18 +-
 .../apache/doris/datasource/mvcc/MvccTable.java    |   3 +-
 .../datasource/paimon/PaimonExternalTable.java     |   3 +-
 .../apache/doris/job/extensions/mtmv/MTMVTask.java |   2 +-
 .../org/apache/doris/nereids/StatementContext.java |   5 +-
 .../glue/translator/PhysicalPlanTranslator.java    |   6 +-
 .../doris/nereids/parser/LogicalPlanBuilder.java   |  14 +-
 .../doris/nereids/rules/analysis/BindRelation.java |  15 +-
 .../LogicalFileScanToPhysicalFileScan.java         |   3 +-
 .../trees/plans/logical/LogicalFileScan.java       |  27 +-
 .../trees/plans/logical/LogicalHudiScan.java       |  41 ++-
 .../trees/plans/physical/PhysicalFileScan.java     |  34 ++-
 .../trees/plans/physical/PhysicalHudiScan.java     |   8 +-
 .../doris/datasource/iceberg/IcebergUtilsTest.java | 289 +++++++++++++++++++++
 .../iceberg/iceberg_query_tag_branch.out           | Bin 0 -> 4455 bytes
 .../iceberg/iceberg_query_tag_branch.groovy        | 242 +++++++++++++++++
 31 files changed, 892 insertions(+), 141 deletions(-)
 create mode 100644 
docker/thirdparties/docker-compose/iceberg/scripts/create_preinstalled_scripts/iceberg/run11.sql
 copy 
fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/{IcebergSnapshot.java
 => source/IcebergTableQueryInfo.java} (73%)
 create mode 100644 
regression-test/data/external_table_p0/iceberg/iceberg_query_tag_branch.out
 create mode 100644 
regression-test/suites/external_table_p0/iceberg/iceberg_query_tag_branch.groovy


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

Reply via email to