queryverse / queryverse/DataValues.jl
Equality of empty DataValues
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 14
- Forks
- 6
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 2
Description
Currently,
(DataValue{T}() == DataValue{T}()) == true
but, e.g.
(DataValue{T}() <= DataValue{T}()) == false
This is a bit weird, mathematically. Maybe empty DataValues could behave like NaN, instead (all comparisons yielding false)?
Contributor guide
No contributing guide indexed for this repository
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
No implementation file or test is named in the issue. Locate the DataValue comparison entry points and existing comparison tests first, then clarify the intended empty-value semantics and add coverage that demonstrates the agreed behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100