paleolimbot opened a new pull request, #883:
URL: https://github.com/apache/arrow-adbc/pull/883

   Closes #767.
   
   This PR implements NUMERIC Postgres columns by converting them to strings. 
This is not ideal but there is also no Arrow type that can be easily computed 
before an entire column of Postgres numerics has been resolved. A future 
extension could attempt decimal conversion in the driver but for now a string 
value is better than is what currently gets returned (a blob of the COPY data).
   
   TODO: Actual digit conversion not yet implemented


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to