influxdata / influxdata/influxdb-java
Add TimeUnit to streaming query
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.2k
- Forks
- 469
- PR merge metrics
- No merged PRs in 30d
Description
It is currently only possible to specify timeUnit as follows:
query(final Query query, TimeUnit timeUnit)
Please could you add timeUnit to all other types of queries? In particular, I would love to see:
query(Query query, int chunkSize, TimeUnit timeUnit, Consumer<QueryResult> consumer)
Thanks!
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 locating the existing query overload that accepts TimeUnit and the other streaming-query entry points in the Java client. Trace how each overload passes time units through the request, then update the remaining query variants and verify the project’s relevant tests cover the new signatures.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100