It is registered in FileIO however neither `load` nor `fileio_load` is defined. Not sure if the following simple code is the correct way to do it. ``` fileio_load(file) = Arrow.Table(file.filename) ```