这里可能有一个bug?
Open
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 432
- PR merge metrics
- No merged PRs in 30d
Description
master版本,在文件src/tera_c.cc 160行
RowMutation* mutation = table->rep->NewRowMutation(key);
这里的key可能是一个bug吗?
顺便问一下tera的key 支持 "\0123\0" 吗?需要传入这种key
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at src/tera_c.cc line 160 and trace how the key is passed to NewRowMutation. Check the existing key-handling tests or entry points to determine whether a key containing embedded NUL bytes such as "\0123\0" is supported, and add a focused test or clarification for the observed behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100