This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch auto-pick-49538-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
discard c52f55c0457 2 discard 5964a3f17a4 2 discard 739481fe48d [fix](lzo) fix lzo decompression failed (#49538) add 1db091ae334 branch-3.0: [fix](parquet)fix when hive_parquet_use_column_names=false && read partition tb cause be core. #49966 (#50007) add a8fd878ec2c branch-3.0: [fix](mc)Fixed the issue that maxcompute catalog can only read part of the timestamp data #49600 (#49705) add ebbe891b0f0 branch-3.0: [fix](oss) the write to hive table on oss-hdfs may fail (#49754) (#50284) add b2b0dae8963 branch-3.0: [Fix](TrinoConnector) it will return error when query `information_schema.tables` within `trino-connector` catalog #49912 (#50006) add 8969a6bd145 branch-3.0: [opt](hive) add option to get schema from table object #50038 (#50268) add 0577ffde415 branch-3.0: [fix](iceberg) Fix the failure of creating a table in OBS #49983 (#50018) add ae11bd4f6d9 branch-3.0: [chore] Updated submodule orc to orc-for-doris-21 branch. (#50190) add 8aff2301b61 [deps](jindofs) add jindofs for 2.1 (#49259)(#49371)(#49374)(#49502)(#49503)(#49886)(#49903)(#49963) (#50283) add 974793d2272 [fix](lzo) fix lzo decompression failed (#49538) add 36d7215eec4 2 add f7ee06c191c 2 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (c52f55c0457) \ N -- N -- N refs/heads/auto-pick-49538-branch-3.0 (f7ee06c191c) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/workflows/build-thirdparty.yml | 21 ++++++- .gitmodules | 2 +- be/src/vec/exec/format/parquet/vparquet_reader.cpp | 3 +- build.sh | 37 ++++++++++-- conf/fe.conf | 2 +- .../doris/maxcompute/MaxComputeColumnValue.java | 63 ++++++--------------- .../java/org/apache/doris/catalog/TableIf.java | 1 + .../org/apache/doris/common/util/LocationPath.java | 5 +- .../doris/datasource/hive/HMSExternalCatalog.java | 7 +++ .../doris/datasource/hive/HMSExternalTable.java | 23 +++++++- .../doris/datasource/hive/HiveMetaStoreCache.java | 18 +++--- .../maxcompute/source/MaxComputeScanNode.java | 2 +- .../datasource/property/PropertyConverter.java | 3 +- .../doris/fs/remote/SwitchingFileSystem.java | 2 +- .../apache/doris/common/util/LocationPathTest.java | 33 +++++++---- .../hive/test_external_catalog_hive_partition.out | Bin 2711 -> 4455 bytes .../hive/test_hive_get_schema_from_table.out | Bin 0 -> 6103 bytes .../maxcompute/test_max_compute_timestamp.out | Bin 3944 -> 5359 bytes .../test_external_catalog_hive_partition.groovy | 9 +++ .../hive/test_hive_get_schema_from_table.groovy | 62 ++++++++++++++++++++ ... test_trinoconnector_information_schema.groovy} | 27 ++++----- .../maxcompute/test_max_compute_timestamp.groovy | 54 ++++++++++++++++++ thirdparty/CHANGELOG.md | 4 ++ thirdparty/build-thirdparty.sh | 10 ++++ thirdparty/vars.sh | 7 +++ 25 files changed, 294 insertions(+), 101 deletions(-) create mode 100644 regression-test/data/external_table_p0/hive/test_hive_get_schema_from_table.out create mode 100644 regression-test/suites/external_table_p0/hive/test_hive_get_schema_from_table.groovy copy regression-test/suites/external_table_p0/trino_connector/{hive/test_trino_hive_serde_prop.groovy => test_trinoconnector_information_schema.groovy} (68%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org