I've scoured the Arrow docs, but haven't found much clarity on how to read Feather files generated via pyarrow back into C++.
import pyarrow.feather as feather
feather.write_feather(df, 'test_file.feather')
Is this not a recommended flow? It looks like Feather is on the path to deprecation in favor of Parquet...