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
Patch for test suite for Solaris. arrow package installs on Solaris, but
functions do not actually run correctly since the C++ libraries have not
been set up properly on Solaris.
arkdb 0.0.13
Added ability to name output files directly.
Add warning when users specify compression for parquet files.
Added callback functionality to the ark function. Allowing users to perform
transformations or recodes before chunked data.frames are saved to disk.
Added ability to filter databases by allowing users to specify a "WHERE" clause.
Added parquet as an streamable_table format, allowing users to ark to parquet
instead of a text format.