ostinru commented on PR #123:
URL: https://github.com/apache/cloudberry-pxf/pull/123#issuecomment-4907122857

   Compilation with cloudberry 2.x got broken. e.g. in [Test PXF - 
fdw](https://github.com/apache/cloudberry-pxf/actions/runs/28879173619/job/85664437488?pr=123#logs)
   ```
   pxf_option.c:473:25: error: unknown type name ‘String’
     473 |                         String     *val = makeString(def->defname);
         |                         ^~~~~~
   pxf_option.c:473:43: warning: initialization of ‘int *’ from incompatible 
pointer type ‘Value *’ [-Wincompatible-pointer-types]
     473 |                         String     *val = makeString(def->defname);
         |                                           ^~~~~~~~~~
   make: *** [<builtin>: pxf_option.o] Error 1
   ```


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