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

[GitHub] [arrow-adbc] lidavidm commented on pull request #866: feat(c/driver_manager,go/adbc,python): trim down error messages

lidavidm commented on PR #866:
URL: https://github.com/apache/arrow-adbc/pull/866#issuecomment-1613681774

   Before:
   
   ```
   E   adbc_driver_manager._lib.ProgrammingError: ADBC_STATUS_INVALID_ARGUMENT (5): [FlightSQL] Failure parsing the query.
   E   SQL Query SELECT
   E   startLine 1
   E   startColumn 6
   E   endLine 1
   E   endColumn 6
   ```
   
   After:
   
   ```
   E   adbc_driver_manager.ProgrammingError: INVALID_ARGUMENT: [FlightSQL] Failure parsing the query.
   E   SQL Query SELECT
   E   startLine 1
   E   startColumn 6
   E   endLine 1
   E   endColumn 6
   ```


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

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