[MDEV-4000] Mapping between Cassandra blob (BytesType) and MySQL BLOB does not work Created: 2013-01-04 Updated: 2013-05-27 Resolved: 2013-05-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.1 |
| Fix Version/s: | 10.0.3 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | cassandra | ||
| Issue Links: |
|
||||||||
| Description |
|
Specification in the KB says that there should be mapping between MySQL BLOB and Cassandra blob (https://kb.askmonty.org/en/cassandra-storage-engine/). It doesn't seem to work:
VARBINARY works:
Maybe it requires additional options in column family specification? In this case it would be good to document them. |