I'm looking for a way to read parquet file schema to retrieve fields metadata without downloading the file, The ParquetFileReader doesnt have any method to open the InputStream. There is no option for me to download the file first and process it
I came across this post on stackoverflow
Is it possible to get parquet file schema from SeekableInputStream, but I'm very new to this and dont understand how to get the file schema using this approch,Any advice appreciated, thanks