4paradigm / 4paradigm/OpenMLDB
TEST: Add tests for lower() and lcase() function
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 331
- Avg merge
- 12d 12h
- Merged PRs (30d)
- 1
Description
**Is your feature request related to a problem? Please describe.**
Add tests for `lower()` and `lcase()` functions once #1192 is merged.
Details of the above functions can be referred from https://github.com/4paradigm/OpenMLDB/issues/784
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
Contributor guide
Research direction
Look at the merged PR #1192 to understand the implementation of lower() and lcase() functions. Refer to issue #784 for function details. Write tests in the project's testing framework, likely in a test file for SQL functions. Verify the functions work correctly with various string inputs.
Written by the indexing model from the issue text.
Assessment
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100