arrow::Status Close()

in src/afs.cc [481:485]


	arrow::Status Close() override
	{
		is_open_ = false;
		return arrow::Status::OK();
	}