mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 04:05:16 +08:00
518b1d78ac
With the addition of the truncate function, there are cases where we'll want to construct a BcolzMinuteBarWriter to call truncate, without gathering all the metadata. This commit adds a write_metadata arg to its init, which is True by default. If False is specified, no metadata is written. Requires adding logic to truncate to update end_session in metadata to the truncate date.