raulcd opened a new issue, #47422: URL: https://github.com/apache/arrow/issues/47422
### Describe the enhancement requested Now that Dictionary delta/replacement has been implemented on Arrow Flight via: - https://github.com/apache/arrow/pull/47115 - https://github.com/apache/arrow/pull/47410 as discussed on: - https://github.com/apache/arrow/pull/47115#issuecomment-3197407867 And: - https://github.com/apache/arrow/issues/47171#issuecomment-3199692624 We can expose the existing: https://github.com/apache/arrow/blob/69d24870538a82dc9fd7e32ba799aaa68f7341d4/cpp/src/arrow/ipc/reader.h#L47-L62 to `FlightStreamReader` in order to be able to better test/debug and expose the number of messages/dictionary replacements/deltas received on the streams. ### Component(s) C++, FlightRPC -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
