Apologies for the delayed response. Apart from updating DataType class, there are additional updates on the HAWQ/PXF bridge code in C to support more data types (pxffilters.c) You can refer to https://github.com/apache/incubator-hawq/pull/913/files which apart from other functionality, we've also added support to handle timestamp type.
On Fri, Sep 23, 2016 at 12:07 PM, Kyle Dunn <[email protected]> wrote: > Hello- > > I'm looking at extending PXF for a new data source and noticed only a > subset of the HAWQ-supported primitive datatypes are implemented in PXF. Is > this as trivial as mapping a type to the corresponding OID in > "api/io/DataType.java" or is there something more I'm missing? > > Thanks, > > -Kyle > -- > *Kyle Dunn | Data Engineering | Pivotal* > Direct: 303.905.3171 <3039053171> | Email: [email protected] > -- shivram mani
