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

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


    from 868c4694f4c Set Maven pom.xml project version to 2.0.0-incubating
     new de84d5ab798 PAX: replace cpp-stub submodule with local sources
     new cd544ffc51a Release: Use pip3 download for Python packages
     new 5cd937979c5 License: add & clean up license headers and files

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../DISCUSSION_TEMPLATE/ideas-feature-requests.yml |   20 +
 .github/DISCUSSION_TEMPLATE/proposal.yml           |   20 +
 .github/ISSUE_TEMPLATE/bug-report.yml              |   20 +
 .github/ISSUE_TEMPLATE/config.yml                  |   22 +-
 .gitmodules                                        |    3 -
 CODE_OF_CONDUCT.md                                 |   19 +
 CONTRIBUTING.md                                    |   19 +
 LICENSE                                            |  101 +-
 NOTICE                                             |   17 +-
 README.apache.md                                   |   19 +
 README.md                                          |   19 +
 SECURITY.md                                        |   19 +
 contrib/pax_storage/CMakeLists.txt                 |   16 +
 contrib/pax_storage/FindDependencies.cmake         |   16 +
 contrib/pax_storage/Makefile                       |   16 +
 contrib/pax_storage/doc/README.catalog.md          |   19 +
 contrib/pax_storage/doc/README.clustering.md       |   19 +
 contrib/pax_storage/doc/README.dev.md              |   19 +
 contrib/pax_storage/doc/README.filter.md           |   19 +
 contrib/pax_storage/doc/README.format.md           |   19 +
 contrib/pax_storage/doc/README.md                  |   19 +
 contrib/pax_storage/doc/README.toast.md            |   19 +
 contrib/pax_storage/doc/performance.md             |   19 +-
 contrib/pax_storage/init_file                      |   16 +
 contrib/pax_storage/src/api/python3/CMakeLists.txt |   17 +
 .../pax_storage/src/api/python3/paxfile_type.cc    |   22 +
 .../src/api/python3/paxfilereader_type.cc          |   22 +
 contrib/pax_storage/src/api/python3/paxpy_comm.h   |   22 +
 .../pax_storage/src/api/python3/paxpy_modules.cc   |   22 +
 contrib/pax_storage/src/api/python3/paxpy_types.h  |   22 +
 .../pax_storage/src/api/python3/paxtype_cast.cc    |   22 +
 contrib/pax_storage/src/api/python3/setup-debug.py |   19 +
 contrib/pax_storage/src/api/python3/setup.py       |   19 +
 .../pax_storage/src/api/python3/test/paxpy_test.py |   17 +
 contrib/pax_storage/src/cpp/CMakeLists.txt         |   17 +
 contrib/pax_storage/src/cpp/cmake/pax.cmake        |   16 +
 contrib/pax_storage/src/cpp/cmake/pax_format.cmake |   16 +
 contrib/pax_storage/src/cpp/contrib/cpp-stub       |    1 -
 contrib/pax_storage/src/cpp/cpp-stub/.gitignore    |    2 +
 .../pax_storage/src/cpp/cpp-stub/LICENSE           |    0
 contrib/pax_storage/src/cpp/cpp-stub/README.md     |  133 +
 .../pax_storage/src/cpp/cpp-stub/src/addr_pri.h    |  177 +
 contrib/pax_storage/src/cpp/cpp-stub/src/stub.h    |  518 ++
 .../src/cpp/cpp-stub/src_darwin/addr_any.h         |    6 +
 .../src/cpp/cpp-stub/src_linux/addr_any.h          | 5183 ++++++++++++++++++++
 .../src/cpp/cpp-stub/src_win/addr_any.h            |   66 +
 contrib/pax_storage/src/cpp/pax_gtest.cc           |    2 +-
 .../src/cpp/storage/README_CTID_in_pax.md          |   19 +
 .../src/cpp/storage/file_system_test.cc            |    2 +-
 .../pax_storage/src/cpp/storage/orc/orc_test.cc    |    2 +-
 contrib/pax_storage/src/cpp/storage/pax_test.cc    |    2 +-
 .../cpp/storage/proto/micro_partition_stats.proto  |   22 +
 .../pax_storage/src/cpp/storage/proto/pax.proto    |   23 +-
 contrib/pax_storage/tools/gen_sql.c                |   37 +-
 contrib/pgcrypto/sm4.h                             |   26 +
 deploy/README.md                                   |   19 +
 deploy/build/README.CentOS.bash                    |   64 -
 deploy/build/README.Linux.md                       |  242 -
 deploy/build/README.Rhel-Rocky.bash                |  101 -
 deploy/build/README.Ubuntu.bash                    |   73 -
 deploy/build/README.macOS.bash                     |  114 -
 deploy/build/README.macOS.md                       |  132 -
 deploy/build/README.md                             |  116 -
 gpAux/client/install/src/windows/CreatePackage.bat |    4 +-
 gpAux/gpdemo/gpdemo-defaults.sh                    |   16 +
 gpMgmt/bin/.gitignore                              |    2 +
 gpMgmt/bin/Makefile                                |   47 +-
 gpMgmt/bin/gpdemo                                  |   16 +
 gpMgmt/bin/gpshrink                                |   16 +-
 gpMgmt/bin/pythonSrc/ext/.gitkeep                  |    2 +
 gpMgmt/bin/pythonSrc/ext/PyGreSQL-5.2.tar.gz       |  Bin 267557 -> 0 bytes
 gpMgmt/bin/pythonSrc/ext/PyYAML-5.4.1.tar.gz       |  Bin 180590 -> 0 bytes
 gpMgmt/bin/pythonSrc/ext/behave-1.2.6.tar.gz       |  Bin 4562652 -> 0 bytes
 gpMgmt/bin/pythonSrc/ext/mock-1.0.1.tar.gz         |  Bin 818644 -> 0 bytes
 gpMgmt/bin/pythonSrc/ext/parse-1.8.2.tar.gz        |  Bin 27980 -> 0 bytes
 gpMgmt/bin/pythonSrc/ext/psutil-5.7.0.tar.gz       |  Bin 449628 -> 0 bytes
 gpMgmt/bin/pythonSrc/ext/setuptools-36.6.0.tar.gz  |  Bin 669121 -> 0 bytes
 gpMgmt/test/README                                 |    2 +-
 licenses/LICENSE-bsd2-behave.txt                   |   24 -
 licenses/LICENSE-bsd2-mock.txt                     |   26 -
 licenses/LICENSE-bsd3-psutil.txt                   |   29 -
 licenses/LICENSE-parse.txt                         |   19 -
 licenses/LICENSE-pygresql.txt                      |   30 -
 licenses/LICENSE-pyyaml.txt                        |   20 -
 licenses/LICENSE-setuptools.txt                    |   17 -
 pom.xml                                            |  181 +-
 python-dependencies.txt                            |    2 +-
 src/common/sm3.c                                   |   27 +-
 src/include/crypto/bufenc.h                        |   19 +-
 89 files changed, 7087 insertions(+), 1261 deletions(-)
 delete mode 160000 contrib/pax_storage/src/cpp/contrib/cpp-stub
 create mode 100644 contrib/pax_storage/src/cpp/cpp-stub/.gitignore
 copy licenses/LICENSE-cpp-stub.txt => 
contrib/pax_storage/src/cpp/cpp-stub/LICENSE (100%)
 create mode 100644 contrib/pax_storage/src/cpp/cpp-stub/README.md
 create mode 100644 contrib/pax_storage/src/cpp/cpp-stub/src/addr_pri.h
 create mode 100644 contrib/pax_storage/src/cpp/cpp-stub/src/stub.h
 create mode 100644 contrib/pax_storage/src/cpp/cpp-stub/src_darwin/addr_any.h
 create mode 100644 contrib/pax_storage/src/cpp/cpp-stub/src_linux/addr_any.h
 create mode 100644 contrib/pax_storage/src/cpp/cpp-stub/src_win/addr_any.h
 delete mode 100755 deploy/build/README.CentOS.bash
 delete mode 100644 deploy/build/README.Linux.md
 delete mode 100755 deploy/build/README.Rhel-Rocky.bash
 delete mode 100755 deploy/build/README.Ubuntu.bash
 delete mode 100755 deploy/build/README.macOS.bash
 delete mode 100644 deploy/build/README.macOS.md
 delete mode 100644 deploy/build/README.md
 create mode 100644 gpMgmt/bin/pythonSrc/ext/.gitkeep
 delete mode 100644 gpMgmt/bin/pythonSrc/ext/PyGreSQL-5.2.tar.gz
 delete mode 100644 gpMgmt/bin/pythonSrc/ext/PyYAML-5.4.1.tar.gz
 delete mode 100644 gpMgmt/bin/pythonSrc/ext/behave-1.2.6.tar.gz
 delete mode 100644 gpMgmt/bin/pythonSrc/ext/mock-1.0.1.tar.gz
 delete mode 100644 gpMgmt/bin/pythonSrc/ext/parse-1.8.2.tar.gz
 delete mode 100644 gpMgmt/bin/pythonSrc/ext/psutil-5.7.0.tar.gz
 delete mode 100644 gpMgmt/bin/pythonSrc/ext/setuptools-36.6.0.tar.gz
 delete mode 100644 licenses/LICENSE-bsd2-behave.txt
 delete mode 100644 licenses/LICENSE-bsd2-mock.txt
 delete mode 100644 licenses/LICENSE-bsd3-psutil.txt
 delete mode 100644 licenses/LICENSE-parse.txt
 delete mode 100644 licenses/LICENSE-pygresql.txt
 delete mode 100644 licenses/LICENSE-pyyaml.txt
 delete mode 100644 licenses/LICENSE-setuptools.txt


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

Reply via email to