visitor.getConditions()对于某些特殊的值无法解析
Open
- Dominant language
- Java
- Stars
- 28.2k
- Forks
- 8.6k
- PR merge metrics
- No merged PRs in 30d
Description
l_shipdate <= date '1998-12-01' - interval '90' day
对于该查询条件,visitor.getConditions().getvalues()得到的值为null
Contributor guide
Research direction
Start by reproducing the reported condition with `l_shipdate <= date '1998-12-01' - interval '90' day` and inspect how `visitor.getConditions().getValues()` handles the date and interval expression. Done means this condition is parsed successfully and the returned values are no longer null.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, sql
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100