ZTE-EBASE commented on code in PR #1887: URL: https://github.com/apache/cloudberry/pull/1887#discussion_r3891470346
########## src/bin/gpfdist/regress/data/gpfdist2/lineitem.tbl.long.lzo: ########## Review Comment: Thanks for raising this concern! The reason lineitem.tbl.long.lzo is checked in as a pre-generated binary file is that it requires the lzop command to generate. I'm not sure whether the Apache project's CI/CD pipeline has lzop installed in its build environment. If it doesn't, dynamically generating this file during test execution would cause the build to fail. That's why I opted to provide it as a pre-generated artifact for now. -- 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]
