tuhaihe commented on code in PR #1842:
URL: https://github.com/apache/cloudberry/pull/1842#discussion_r3900277374
##########
.github/workflows/build-cloudberry.yml:
##########
@@ -326,6 +326,10 @@ jobs:
"contrib/pg_buffercache:installcheck",
"contrib/sslinfo:installcheck"]
},
+ {"test":"ic-datalake-fdw",
+ "make_configs":["contrib/datalake_fdw:installcheck"],
+ "shared_preload_libraries":"datalake_fdw"
Review Comment:
Makes sense. Since the extension is still in the skeleton stage, proceeding
with the separated CI / PGXS extension path works well for now. Once the
implementation matures, we can revisit and switch it back to the `configure.ac`
option if needed to align with other modules.
--
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]