GehaFearless opened a new issue, #998: URL: https://github.com/apache/incubator-pegasus/issues/998
### What appeared When I use multi_set from c++ client, I found that hashkey couldn't be null. However, My table data have existed a group data(hashkey="", sortkey="", value=""). ### What problem I find that's different judgement to empty hashkey from client interfaces. It's "PERR_INVALID_HASH_KEY" for "multi" prefix interfaces when hashkey is null, but single kv operations is ok. Sortkey always allow be null. ### How to solve I think null hashkey also should be allowed on "multi" prefix interfaces. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
