tuhaihe commented on code in PR #1109: URL: https://github.com/apache/cloudberry/pull/1109#discussion_r2096733604
########## contrib/pax_storage/doc/README.md: ########## @@ -21,7 +21,26 @@ PAX has the following features: ### Build PAX -PAX will be built with `--enable-pax` when users building the Cloudberry. +PAX will be built with `--enable-pax` when users building the Cloudberry. Dependency requirements are as follows: + +- **C/C++ Compiler**: GCC/GCC-C++ 11 or later +- **CMake**: 3.11 or later +- **Protobuf**: 3.5.0 or later +- **ZSTD (libzstd)**: 1.4.0 or later +- **glib-2.0** (option, only for vectorization) Review Comment: Good catch. So we can remove this line now, right? If we contribute this feature back to Cloudberry, we can add this later. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
