datafusion-contrib / datafusion-contrib/liquid-cache
Support Extraction for TimeStamp
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 452
- Forks
- 51
- Avg merge
- 3h 10m
- Merged PRs (30d)
- 12
Description
We currently support Extract(YEAR from date32), but there's no reason to not support Extract(YEAR from timestamp).
Doing so should be quite straighforward, as we already have the proper infrastructure set up.
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
Start by tracing the existing Extract(YEAR from date32) implementation and the timestamp type handling. Extend the established extraction path so Extract(YEAR from timestamp) is supported, then verify the equivalent timestamp query works alongside the existing date32 behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100