Hi everyone, We have a use case where we're writing a parquet file to a remote server and we want to read this parquet file using arrow. But we want multiple hosts to read splits of the parquet file based on parquet block size.
Ex: If the parquet file size is 10 GB, we want 5 hosts to read a 2 GB split of the parquet file. This is possible if we read via native ParquetReader but from documentation, it is not clear if arrow readers support this. Can someone help with this? Regards, Sanskar Modi
