Load .avro file without spark conection (direct from s3 bucket)

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?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.