HA3 的main-stable-0.4分支主README.md 查询语法有点问题
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 65/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- python
- Domain
- documentation
Research direction
Open /README.md on the main-stable-0.4 branch and locate the Query Demo Index section. Compare the example with curl_http.py usage, update it to include the databaseName parameter, and verify that the documented query no longer produces the reported SQL parsing error.
Written by the indexing model from the issue text.
Description
main-stable-0.4分支的/README.md中的Query Demo Index部分使用示例有问题。
范例给的如下行所示,请求会报sql请求解析错误。
python curl_http.py 45800 "query=select count(*) from in0"
看代码后发现必须加上 databaseName参数,否则请求会被自动过滤。示例如下:
python curl_http.py 45800 "query=select count(*) from in0&&kvpair=databaseName:in0"
1.0版本后面没这个问题,自动加上了databaseName参数。
- Dominant language
- C++
- Stars
- 1.8k
- Forks
- 352
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from alibaba/havenask
-
Be 那部分有没有开源计划 Open
Difficulty 5/5 Over a week Newbie friendliness 20/100
-
Difficulty 1/5 Under an hour Newbie friendliness 35/100
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
-
测试case挂了,需要修复下 Open
Difficulty 4/5 3-5 days Newbie friendliness 20/100
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
All issues in alibaba/havenask
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
AXERA-TECH/ax-llm#77 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
games-on-whales/wolf#509 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
bug-unconfirmed
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
NVIDIA/cuda-samples#453 ·