You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "lupko (via GitHub)" <gi...@apache.org> on 2024/02/05 19:05:56 UTC

[I] c/driver/postgresql: postgres type not included in string columns created for NUMERIC [arrow-adbc]

lupko opened a new issue, #1515:
URL: https://github.com/apache/arrow-adbc/issues/1515

   Today, ADBC driver for PostgreSQL will output all PostgreSQL NUMERIC columns as Arrow strings. See #767 as to why.
   
   A little hole in the current behavior is that the driver will not indicate that the particular result string column is actually holding NUMERIC values. If client code would like to perform lossy conversion of such string columns (to say double), it currently has no simple way to identify such columns.
   
   For some types (such as user defined types) the ADBC PostgreSQL driver already includes field-level metadata describing the postgres type. It would be great if it does the same for string columns holding numeric values.


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

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


Re: [I] c/driver/postgresql: postgres type not included in string columns created for NUMERIC [arrow-adbc]

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm closed issue #1515: c/driver/postgresql: postgres type not included in string columns created for NUMERIC
URL: https://github.com/apache/arrow-adbc/issues/1515


-- 
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: issues-unsubscribe@arrow.apache.org

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