gfphoenix78 commented on code in PR #1109: URL: https://github.com/apache/cloudberry/pull/1109#discussion_r2096728228
########## 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: vectorization is off in cloudberry and we have no way to turn it on. -- 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]
