You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "nenorbot (via GitHub)" <gi...@apache.org> on 2023/05/09 12:36:05 UTC

[GitHub] [arrow-datafusion] nenorbot opened a new issue, #6305: Error when reading Avro containing null in a string column

nenorbot opened a new issue, #6305:
URL: https://github.com/apache/arrow-datafusion/issues/6305

   ### Describe the bug
   
   When reading an Avro file which contains a nullable `string` column with actual null values, this error occurrs:
   
   `ArrowError(SchemaError("expected resolvable string : GetString(Null)"))`
   
   ### To Reproduce
   
   I have created a small repo which demonstrates the bug at https://github.com/nenorbot/datafusion_avro_null_string_issue
   
   
   ### Expected behavior
   
   Nullable string Avro columns should be supported
   
   ### Additional context
   
   _No response_


-- 
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-datafusion] alamb closed issue #6305: Error when reading Avro containing null in a string column

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed issue #6305: Error when reading Avro containing null in a string column
URL: https://github.com/apache/arrow-datafusion/issues/6305


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