Re: [VOTE] Release Apache Cloudberry (Incubating) 2.1.0-rc1
Justin Mclean <[email protected]>
| Newsgroups | gmane.comp.apache.incubator.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, >> - cloudberry backup >> -- No binary/compiled file found. NB: can you clarify if the tar.gz files >> located in end_to_end/resources are required ? > > These files are required for our end-to-end integration tests. They are compressed formats of plain text data used as test resources. We prefer to keep them for test but will add explicit clarifications in a `README.apache.md` or similar documentation in future versions. Compressed files are fine if they do not contain compiled code. >> - cloudberry pxf >> -- No compiled files. NB: the source distribution includes a few gz files >> (tweets.tar.gz, ...). Also gradle-wrapper.jar should not be part of the >> source distribution > > Similar to the above, these .gz files are also test files in compressed plain text format. For gradle-warpper.jar, we will see how to deal with it for better compliance without affecting the program building & running. gradle-wrapper.jar cannot be included in a source release as it contains compiled code. Kind Regards, Justin