alibaba / alibaba/druid

visitor.getConditions()对于某些特殊的值无法解析

Open
#4,342 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.