ostinru commented on code in PR #1514:
URL: https://github.com/apache/cloudberry/pull/1514#discussion_r2938391935
##########
.github/workflows/build-cloudberry.yml:
##########
@@ -312,7 +312,8 @@ jobs:
"gpcontrib/zstd:installcheck",
"gpcontrib/gp_sparse_vector:installcheck",
"gpcontrib/gp_toolkit:installcheck",
- "gpcontrib/gp_exttable_fdw:installcheck"]
+ "gpcontrib/gp_exttable_fdw:installcheck",
Review Comment:
It seems that `gp_exttable_fdw` is for `gpfdist` and other external tables
(not for PXF). So, it should be checked on cloudberry side (not pxf).
And, it is used by users, e.g. for loading data from Spark to GP/CB.
--
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]