You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Eyal Leshem (Jira)" <ji...@apache.org> on 2020/06/09 15:25:00 UTC

[jira] [Created] (ARROW-9082) [Rust] - Stream reader fail when steam not ended with (optional) 0xFFFFFFFF 0x00000000"

Eyal Leshem created ARROW-9082:
----------------------------------

             Summary: [Rust] - Stream reader fail when steam not ended with (optional) 0xFFFFFFFF 0x00000000" 
                 Key: ARROW-9082
                 URL: https://issues.apache.org/jira/browse/ARROW-9082
             Project: Apache Arrow
          Issue Type: Bug
    Affects Versions: 0.17.1
            Reporter: Eyal Leshem


according to spec : [https://arrow.apache.org/docs/format/Columnar.html#ipc-streaming-format] , the 0xFFFFFFFF 0x00000000 is optional in the arrow response stream , but currently when client receive such response it's read all the batches well , but return an error  in the end (instead of Ok(None)) 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)