Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow writing of None data in transactions #846

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

tjw45
Copy link

@tjw45 tjw45 commented Feb 18, 2020

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.

@tjw45 tjw45 self-assigned this Feb 18, 2020
@tjw45 tjw45 linked an issue Feb 18, 2020 that may be closed by this pull request
@bmoscon
Copy link
Collaborator

bmoscon commented Mar 25, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistency between ArcticTransaction and Arctic writes of None
2 participants