This is an automated email from the ASF dual-hosted git repository.
djwang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
The following commit(s) were added to refs/heads/main by this push:
new 653b55c1c11 Doc: Add compressed files notice to README.apache.md
653b55c1c11 is described below
commit 653b55c1c118a942de06c46d7f8cb04d24fce9c4
Author: Dianjin Wang <[email protected]>
AuthorDate: Thu Nov 27 11:13:47 2025 +0800
Doc: Add compressed files notice to README.apache.md
Add a section to README.apache.md listing compressed files present in
the source tree. These files are archives of text files used for
testing purposes and do not contain binary executables.
This clarification is added to comply with Apache release policies
regarding compressed files in source distributions.
See: https://lists.apache.org/thread/zcb0xcxxl28ckqqj24r68jnr7g7t52kx
---
README.apache.md | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/README.apache.md b/README.apache.md
index 18772c9dbae..e99f2b2328f 100644
--- a/README.apache.md
+++ b/README.apache.md
@@ -38,3 +38,15 @@ The following entities have contributed to the
Greenplum-based source code under
- Broadcom Inc.
RAT matchers are used to classify their license headers accordingly.
+
+## Compressed Files in Source
+
+The following compressed files are included in the source tree. These files
are archives of text files used for testing purposes and do not contain binary
executables. They are not used during the build process.
+
+- contrib/formatter_fixedwidth/data/fixedwidth_small_correct.tbl.gz
+- gpMgmt/demo/gppkg/sample-sources.tar.gz
+- src/bin/gpfdist/regress/data/exttab1/nation.tbl.gz
+- src/bin/gpfdist/regress/data/gpfdist2/gz_multi_chunk.tbl.gz
+- src/bin/gpfdist/regress/data/gpfdist2/gz_multi_chunk_2.tbl.gz
+- src/bin/gpfdist/regress/data/gpfdist2/lineitem.tbl.bz2
+- src/bin/gpfdist/regress/data/gpfdist2/lineitem.tbl.gz
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]