pxf icon indicating copy to clipboard operation
pxf copied to clipboard

What's the relationship with pxf_fdw?

Open longforrich opened this issue 3 years ago • 1 comments
trafficstars

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!

longforrich avatar May 18 '22 06:05 longforrich

PXF is still available on master. We are working towards full support of pxf_fdw before we release GP7

vraghavan78 avatar May 19 '22 17:05 vraghavan78