I have a bunch of Avro files that I would like to read one by one from S3.
One way I found it is to use the spark_read_avro () function.. However I don't have a spark connection but I want to read directly from the s3 bucket and display in R as a data frame.
Does anyone have a solution?