Description of problem and/or code sample that reproduces the issue
There is an inconsistency between how plain Arctic writes and ArcticTransaction writes behave when given None; Arctic will write the symbol, whereas ArcticTransaction will not. Additionally, the copy script doesn't play nicely when trying splice empty DataFrames (or None) onto existing data.
Arctic Version
Arctic Store
Platform and version
All
Description of problem and/or code sample that reproduces the issue
There is an inconsistency between how plain
Arctic
writes andArcticTransaction
writes behave when given None;Arctic
will write the symbol, whereasArcticTransaction
will not. Additionally, the copy script doesn't play nicely when trying splice empty DataFrames (or None) onto existing data.