Description
Today it's: write(Directory dir, SegmentInfo si, Collection<String> files, IOContext context)
But 'files' is not needed. its always si.files() because thats all this format is responsible for (e.g. its not an api for /bin/cat).
Today it's: write(Directory dir, SegmentInfo si, Collection<String> files, IOContext context)
But 'files' is not needed. its always si.files() because thats all this format is responsible for (e.g. its not an api for /bin/cat).