We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
master版本,在文件src/tera_c.cc 160行 RowMutation* mutation = table->rep->NewRowMutation(key);
这里的key可能是一个bug吗?
顺便问一下tera的key 支持 "\0123\0" 吗?需要传入这种key
The text was updated successfully, but these errors were encountered:
看起来是个bug。key支持二进制。
Sorry, something went wrong.
No branches or pull requests
master版本,在文件src/tera_c.cc 160行
RowMutation* mutation = table->rep->NewRowMutation(key);
这里的key可能是一个bug吗?
顺便问一下tera的key 支持 "\0123\0" 吗?需要传入这种key
The text was updated successfully, but these errors were encountered: