queryverse / queryverse/Query.jl
Query that doesn't work
Open
Nobody has claimed this yet.
bug
- Dominant language
- Julia
- Stars
- 403
- Forks
- 48
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 6
Description
This query doesn't work
q = @from i in df begin
@select {c=i.a}
@where i.c==3
@collect DataFrame
end
Unclear what should actually happen in this case, but right now this is clearly a bug.
Contributor guide
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.
Research direction
Start by reproducing the Julia query from the issue and inspect how Query.jl handles the @select and @where clauses over a DataFrame. No file or test is named, and the expected result is unspecified, so clarify the intended behavior before changing code. Done means an agreed result is covered by a regression test and the query behaves accordingly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100