queryverse / queryverse/Query.jl

Query that doesn't work

Open
#66 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.