mcrumiller commented on issue #538: URL: https://github.com/apache/arrow-adbc/issues/538#issuecomment-1610016193
Hi David, I found the Greenplum documentation. My company is still on Greenplum 5 (6 is the latest, 7 in beta). It looks like in 6+ they support the `FORMAT binary` syntax, but prior to that the word `FORMAT` is omitted; I can get the parser to work correctly if I remove that:  So, yeah. Is there an easy way to get around this by altering the `COPY` command in the `dbapi.execute()` function? If not I think I'm out of luck here. -- 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]
