Le 24/10/2019 à 04:39, Micah Kornfield a écrit : > > 3. Clarifies that the file format, can only contain 1 "NON-delta" > dictionary batch and multiple "delta" dictionary batches.
This is a bit weird. If the file format can carry delta dictionaries, it means order is significant, so it may as well contain dictionary redefinitions. If the file format is meant to be truly readable in random order, then it should also forbid delta dictionaries. Regards Antoine.