You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very useful to leverage apache arrow as a memory format for this library. That would make it easy to manage structured and semi-structured file formats. Initially, we want to read parquet files, and the operation should look like this val sample:Dataset = hio.read.parquet(wd / "sample_file.parquet").
The text was updated successfully, but these errors were encountered:
It would be very useful to leverage apache arrow as a memory format for this library. That would make it easy to manage structured and semi-structured file formats. Initially, we want to read parquet files, and the operation should look like this
val sample:Dataset = hio.read.parquet(wd / "sample_file.parquet")
.The text was updated successfully, but these errors were encountered: