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
For the new packed writer API: Column groups and file paths are explicitly defined by users. The packed writer will not split column groups by memory. It follows the user-defined column groups to split arrow records and write into the corresponding file path.
For the new packed reader API: read paths are explicitly defined by users.
The text was updated successfully, but these errors were encountered:
main feat for the patch:
* Column groups and file paths are explicitly defined by users. The
packed writer will not split column groups by memory. It follows the
user-defined column groups to split arrow records and write into the
corresponding file path.
* Change factory arrow filesystem to singleton arrow file system to
support Milvus init core.
* Separate arrow fs config from storage config.
related: #171
---------
Signed-off-by: shaoting-huang <[email protected]>
For the new packed writer API: Column groups and file paths are explicitly defined by users. The packed writer will not split column groups by memory. It follows the user-defined column groups to split arrow records and write into the corresponding file path.
For the new packed reader API: read paths are explicitly defined by users.
The text was updated successfully, but these errors were encountered: