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
We were able to load timestamp columns, but when parsing the collection column, the loader gets confused about where the date ends. We suspect that the ':' in '10:44' gets misinterpreted. Should the unloader have escaped it?
The text was updated successfully, but these errors were encountered:
Here is a csv line that cassandra-loader is unable to parse:
The line was produced by cassandra-unloader called like so:
and we called cassandra-loader like so:
We expected the second column to be loaded into the database and cqlsh to show it like this:
But cassandra-loader failed to parse the timestamps:
This column is a collection:
We were able to load timestamp columns, but when parsing the collection column, the loader gets confused about where the date ends. We suspect that the ':' in '10:44' gets misinterpreted. Should the unloader have escaped it?
The text was updated successfully, but these errors were encountered: