pxf
pxf copied to clipboard
What's the relationship with pxf_fdw?
I cloned the master branch of gpdb,and want to use pxf on it. but..I got error when make
In file included from src/pxfbridge.h:25:0, from src/pxfprotocol.c:21: src/pxfuriparser.h:55:2: error: unknown type name ‘List’ List options; / list of OptionData */ ^~~~ src/pxfuriparser.h:69:55: error: unknown type name ‘List’; did you mean ‘Co?t’ void GPHDUri_verify_core_options_exist(GPHDUri *uri, List *coreOptions); ^~~~ Cost src/pxfprotocol.c:24:10: fatal error: access/fileam.h: No such file or directory #include "access/fileam.h" ^~~~~~~~~~~~~~~~~ compilation terminated.
fileam.h was not found, but extaccess.h(located on gpcontrib/gp_exttable_fdw) looks a lot like fileam.h? And I sew gp_exttable_fdw and pxf_fdw are located on gpcontrib. So... pxf_fdw on gpcontrib is an upgrade of pxf_fdw on pxf/fdw?
Is PXF still available on the master of gpdb?
thx!
PXF is still available on master. We are working towards full support of pxf_fdw before we release GP7