asfimport opened a new issue, #391:
URL: https://github.com/apache/arrow-java/issues/391

   InvalidProtocolBufferException will be thrown in ArrowMessage.frame if we 
use gzip compress in Grpc.
   
   The reason is stream.available will still be 1 after we read compressed 
data. There should be another attempt read to change 
InflaterInputStream.reachEOF to be true, and make stream.available to be 0.
   
   Thus we need check stream.available after read tag from stream.
   
   **Reporter**: [Jackey 
Lee](https://issues.apache.org/jira/browse/ARROW-11177) / @jackylee-ch
   #### PRs and other links:
   - [GitHub Pull Request 
apache/arrow#9147](https://github.com/apache/arrow/pull/9147)
   
   <sub>**Note**: *This issue was originally created as 
[ARROW-11177](https://issues.apache.org/jira/browse/ARROW-11177). Please see 
the [migration documentation](https://github.com/apache/arrow/issues/14542) for 
further details.*</sub>


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

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

Reply via email to