You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "hermanschaaf (via GitHub)" <gi...@apache.org> on 2023/04/24 11:10:22 UTC

[GitHub] [arrow] hermanschaaf opened a new issue, #35302: [Go] Parquet library should include details about unsupported types in the error message

hermanschaaf opened a new issue, #35302:
URL: https://github.com/apache/arrow/issues/35302

   ### Describe the enhancement requested
   
   Currently when using the pqarrow library with an unsupported type, the error is:
   
   ```
   not implemented yet
   ```
   
   This makes it hard to know which type exactly is not supported. It would be nice if this error were more verbose and included the type, e.g.
   
   ```
   support for INTERVAL_DAY_TIME not implemented yet
   ```
   
   ### Component(s)
   
   Go


-- 
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] zeroshade closed issue #35302: [Go] Parquet library should include details about unsupported types in the error message

Posted by "zeroshade (via GitHub)" <gi...@apache.org>.
zeroshade closed issue #35302: [Go] Parquet library should include details about unsupported types in the error message
URL: https://github.com/apache/arrow/issues/35302


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