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

gfphoenix78 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git


    from 78fef498264 Remove Upstream Assertion in Cloudberry's Parallel UNION 
codes.
     add da132862526 Replace std::shared_ptr<File> by std::unique_ptr<File>
     add 1cc76495e18 Use unique pointer in OrcGroup::pax_columns_

No new revisions were added by this update.

Summary of changes:
 .../src/api/python3/paxfilereader_type.cc          |   4 +-
 .../src/cpp/clustering/pax_clustering_reader.cc    |   6 +-
 .../pax_storage/src/cpp/storage/micro_partition.h  |   2 +-
 .../cpp/storage/micro_partition_file_factory.cc    |  10 +-
 .../src/cpp/storage/micro_partition_file_factory.h |   8 +-
 .../storage/micro_partition_file_factory_test.cc   |  30 ++--
 .../src/cpp/storage/orc/orc_dump_reader.cpp        |   6 +-
 .../src/cpp/storage/orc/orc_format_reader.cc       |   4 +-
 .../src/cpp/storage/orc/orc_format_reader.h        |   6 +-
 .../pax_storage/src/cpp/storage/orc/orc_group.cc   |   4 +-
 .../pax_storage/src/cpp/storage/orc/orc_group.h    |   6 +-
 .../pax_storage/src/cpp/storage/orc/orc_reader.cc  |   6 +-
 .../pax_storage/src/cpp/storage/orc/orc_test.cc    | 190 ++++++++++-----------
 .../src/cpp/storage/orc/orc_vec_test.cc            |   4 +-
 .../pax_storage/src/cpp/storage/orc/orc_writer.cc  |   6 +-
 contrib/pax_storage/src/cpp/storage/orc/porc.h     |  14 +-
 contrib/pax_storage/src/cpp/storage/pax.cc         |  18 +-
 .../src/cpp/storage/vec_parallel_common.cc         |   2 +-
 18 files changed, 163 insertions(+), 163 deletions(-)


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

Reply via email to