Le 29/07/2019 à 18:32, Wes McKinney a écrit : > > We have a version number in the metadata already > https://github.com/apache/arrow/blob/master/format/Schema.fbs#L22. I > don't think we need to add other signaling beyond the 0xFFFFFFFF > (stream continues / non-null message) / 0x00000000 (stream end / null > message) marker at the beginning of the IPC payload > > Unless you envision a situation where the metadata cannot be obtained. > I would hope that this can never occur.
Fair enough. I hope so as well. :-) Regards Antoine.