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
…-dev#429)
* Correctly set index in metadata and replace existing metadata
Dataframes without an index have no "index" field in their metadata,
so updating existing metadata does not remove the index field.
Also, metadata was incorrectly being stored. symbol, start, and end
are the index for the collection, but metadata was being
stored without an index (so it was defaulting to null,null,null)
* update unit test after merge with master
Currently requires that the indexes be identical to work at all (otherwise raises exception)
The text was updated successfully, but these errors were encountered: