Fix kafka storage does not work with arrow and arrowstream format messages#23415
Conversation
b16a253 to
5354951
Compare
5354951 to
713eb94
Compare
|
LGTM. So that prepareReader was opening and trying to read the buffer in the constructor. It was obviously wrong. Such operations should not happen at construction time, generate is a proper place for that. Thanks! Let's just wait for tests to pass. |
Thanks for your reviewed. Checked the failed test, did not find any information related to this PR, so i think it's other reasons occur these test failed. PTAL |
This is just a timeout (tests take too long time).
This fails currently in master, acknowledged.
This is a brand new check that we added a few days ago. |
Learned it! Thanks! |
…nd arrowstream format messages
…nd arrowstream format messages
…nd arrowstream format messages
Backport #23415 to 21.4: Fix kafka storage does not work with arrow and arrowstream format messages
Backport #23415 to 21.5: Fix kafka storage does not work with arrow and arrowstream format messages
Backport #23415 to 21.3: Fix kafka storage does not work with arrow and arrowstream format messages
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Kafka storage may support
arrowandarrowstreamformat messagesDetailed description / Documentation draft:
Before:
prepareReadercreatefile_readerorstream_readerbefore kafka messages received and availableAfter:
Put
prepareReaderintogenerate, whengeneratecalled kafka messages should be available