You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "lidavidm (via GitHub)" <gi...@apache.org> on 2023/06/29 17:30:16 UTC

[GitHub] [arrow-adbc] lidavidm opened a new issue, #865: go/adbc/pkg: reduce noise in errors

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

   e.g.
   
   ```
   ProgrammingError: ADBC_STATUS_INVALID_ARGUMENT (5): [FlightSQL] rpc error: code = InvalidArgument desc = message goes here
   ```
   
   this should ideally be
   
   ```
   ProgrammingError: ADBC_STATUS_INVALID_ARGUMENT (5): [FlightSQL] message goes 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: issues-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow-adbc] lidavidm closed issue #865: go/adbc/pkg: reduce noise in errors

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm closed issue #865: go/adbc/pkg: reduce noise in errors 
URL: https://github.com/apache/arrow-adbc/issues/865


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