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
As it was already proven in #928 knowing schema upfront can significantly improve turning datasets into Rows. Parquet (but also avro) is format that comes with predefined schema, all we need to do is to read it and convert it into Flow Schema and later pass it into array_to_rows function used in extractors.
The text was updated successfully, but these errors were encountered:
As it was already proven in #928 knowing schema upfront can significantly improve turning datasets into
Rows
. Parquet (but also avro) is format that comes with predefined schema, all we need to do is to read it and convert it into Flow Schema and later pass it intoarray_to_rows
function used in extractors.The text was updated successfully, but these errors were encountered: