Convert a parquet Byte Stream to SessionContext in Data fusion
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?
Convert Byte Stream to SessionContext in Data fusion
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?