Skip to content

Conversation

@jiacai2050
Copy link
Contributor

@jiacai2050 jiacai2050 commented Apr 11, 2023

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
Copy link
Contributor

@Rachelint Rachelint left a comment

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 join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants