Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

feat: influxql support fill syntax#824

Merged
jiacai2050 merged 2 commits into
apache:mainfrom
jiacai2050:influxql-fill
Apr 11, 2023
Merged

feat: influxql support fill syntax#824
jiacai2050 merged 2 commits into
apache:mainfrom
jiacai2050:influxql-fill

Conversation

@jiacai2050

@jiacai2050 jiacai2050 commented Apr 11, 2023

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Closes #

Rationale for this change

Fill syntax is part of influxql.

What changes are included in this PR?

  • Bump iox, which contains changes to support ms time unit
  • Register GapFill datafusion extension

Are there any user-facing changes?

Yes, fill is supported, like this:

SELECT count(water_level) FROM "h2o_feet"
where time < 1439828400000ms
group by location, time(5m) fill(1)

And we can query influxql in grafana directly.

image

How does this change test

New integration testcase

@jiacai2050 jiacai2050 requested a review from Rachelint April 11, 2023 07:34

@Rachelint Rachelint left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jiacai2050 jiacai2050 added this pull request to the merge queue Apr 11, 2023
Merged via the queue into apache:main with commit 2681ec6 Apr 11, 2023
@jiacai2050 jiacai2050 deleted the influxql-fill branch April 11, 2023 07:55
chunshao90 pushed a commit to chunshao90/ceresdb that referenced this pull request May 15, 2023
* feat: influxql support fill

* fix CI
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants