Hello, Is there a way to write Parquet records to Cassandra? So far I have only found logic for writing to Hadoop compatible filesystems.
I could see each page written to a different cell in Cassandra, with file metadata and page headers written to separate cells in a different column family. That way, we could leverage large Cassandra clusters, getting highly parallel writes and low latency reads. Thank you. Issac
