IntelLabs / vdms

VDMS: Your Favorite Visual Data Management System
MIT License
84 stars 31 forks source link

Client Library Blob bug #31

Closed luisremis closed 6 years ago

luisremis commented 6 years ago

VDMSClient.query(2) has a bug in the implementation, that will not copy the blobs into the protobuf query. We need to add the correct copy. We should also consider creating a Query object, with an std::string* add_blob() method so that we avoid coping the content of the blobs that are provided by que client.

luisremis commented 6 years ago

Fixed by #32

Ragaad commented 6 years ago

The current fix is performing as expected