You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/13 12:07:49 UTC

[GitHub] [arrow-rs] tustvold opened a new issue, #1557: Error Infering Schema for LogicalType::UNKNOWN

tustvold opened a new issue, #1557:
URL: https://github.com/apache/arrow-rs/issues/1557

   **Describe the bug**
   
   Currently in the abscence of an arrow schema, `LogicalType::UNKNOWN` results in the following error message
   
   ```
   Unable to convert parquet INT32 logical type Some(UNKNOWN(NullType)) or converted type NONE
   ```
   
   **To Reproduce**
   
   Create a parquet file with a null array and strip out the arrow schema.
   
   **Expected behavior**
   
   As per the [docs](https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#unknown-always-null) this should be inferred as the null type
   


-- 
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.apache.org

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


[GitHub] [arrow-rs] tustvold closed issue #1557: Error Infering Schema for LogicalType::UNKNOWN

Posted by GitBox <gi...@apache.org>.
tustvold closed issue #1557: Error Infering Schema for LogicalType::UNKNOWN
URL: https://github.com/apache/arrow-rs/issues/1557


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