[GitHub] [arrow] hannesmuehleisen commented on pull request #8052: ARROW-9761: [C/C++] Add experimental C stream inferface

2020-09-21 Thread GitBox
hannesmuehleisen commented on pull request #8052: URL: https://github.com/apache/arrow/pull/8052#issuecomment-696276127 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [arrow] hannesmuehleisen commented on pull request #8052: ARROW-9761: [C/C++] Add experimental C stream inferface

2020-09-21 Thread GitBox
hannesmuehleisen commented on pull request #8052: URL: https://github.com/apache/arrow/pull/8052#issuecomment-696277621 > Would `rewind` go back to the start of stream always? I would think so, no? This is an

[GitHub] [arrow] hannesmuehleisen commented on pull request #8052: ARROW-9761: [C/C++] Add experimental C stream inferface

2020-09-21 Thread GitBox
hannesmuehleisen commented on pull request #8052: URL: https://github.com/apache/arrow/pull/8052#issuecomment-696276127 One thing we noticed: There is no way to `rewind` such a stream, but we would really like to be able to do so. For example, if someone defines an Arrow-backed SQL VIEW,