man-group / arctic

High performance datastore for time series and tick data
https://arctic.readthedocs.io/en/latest/
GNU Lesser General Public License v2.1
3.06k stars 583 forks source link

Allow writing of `None` data in transactions #846

Open tjw45 opened 4 years ago

tjw45 commented 4 years ago

Previously attempting to Copy a symbol which had a value of None stored against it would silently fail due to a difference between the treatment of write(, None) in transactions and the VersionStore itself.

bmoscon commented 4 years ago

hey @tjw45 thanks for the PR. Unfortunately the library is in a bit of a bad state with all the deprecations and warnings. I'm working on a clean up that should resolve a lot of the pandas issues that are causing the build to fail. Once thats squared away we can re-run the tests here and hopefully get this merged.