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
This is a continuation of #506
The goal is to build a parquet writer that:
supports all parquet types
allows appending data into an existing file
supports remote filesystems
This is an absolute minimum to replace the library flow is using right now. After that the next step is to work on more direct integration between Flow and Parquet in order to benefit from more advanced parquet features not available in other file formats.
The text was updated successfully, but these errors were encountered:
This is a continuation of #506
The goal is to build a parquet writer that:
This is an absolute minimum to replace the library flow is using right now. After that the next step is to work on more direct integration between Flow and Parquet in order to benefit from more advanced parquet features not available in other file formats.
The text was updated successfully, but these errors were encountered: