I have a byte stream of a parquet file that is fetched from S3 using AWS SDK for S3. How can I convert that byte stream in to a data fusion data frame/SessionContext without storing it locally?
Limitation: I only have access to the data stream
Thanks in advance!