Details
Description
In the code:
writer = open(FILENAME, 'wb')
with datafile.DataFileWriter(writer, datum_writer, schema_object) as dfw:
dfw.set_meta('test.string', 'foo')
the call to set_meta does not actually cause the metadata to be written to the file.