ostinru commented on issue #59:
URL: https://github.com/apache/cloudberry-pxf/issues/59#issuecomment-4009663967

   Yes. `external-table` and `fdw` requires Cloudberry to be built.
   In our in-house build we just copy extension to the DEB package[1]. However 
in vanilla PXF it is expected to be copied from PXF folder to Cloudberry folder 
by running `pxf register`[2].
   
   So, we are missing FDW part in `stage` step:
   https://github.com/apache/cloudberry-pxf/blob/main/Makefile#L87-L97 . 
`PXF_MODULES` built, but never used 🙈. Only `external-table` staged.
   
   
   [1] 
https://github.com/open-gpdb/gpdb-devops/blob/main/packaging/cloudberry-pxf/deb/22.04/install
   [2] 
https://github.com/apache/cloudberry-pxf/blob/main/docs/content/ref/pxf-cluster.html.md.erb#L59


-- 
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]

Reply via email to