edespino commented on PR #731: URL: https://github.com/apache/cloudberry/pull/731#issuecomment-2536666751
Getting closer! When running manually, I would run with one of the following. The first diff explicitly expects the orca optimizer to be set on (regardless of it being on by default). With Orca query optimizer on: ``` PGOPTIONS='-c optimizer=on' make installcheck ``` With Orca query optimizer off: ``` PGOPTIONS='-c optimizer=off' make installcheck ``` -- 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]
