EB80
EB80
Thanks for the reply, Additional information: -The feather was written with feather::write_feather and not arrow::write_feather -I receive the same error with older versions of arrow (currently running 6.0.0.2) -I actually...
Thanks all- I read the file in with feather::read_feather, and there was not an issue. I'm assuming this was the problem with arrow::read_feather (i.e., the file was written with feather...
I expect that the issue with arrow::read_feather was just because I had used the very old feather::write_feather to write the file. I have the following code to test arrow::write_feather: ```R...