Skip to content

fix(sql): interval constant can be applied as time intrinsics#6263

Merged
bluestreak01 merged 3 commits intomasterfrom
victor_interval_constant
Oct 10, 2025
Merged

fix(sql): interval constant can be applied as time intrinsics#6263
bluestreak01 merged 3 commits intomasterfrom
victor_interval_constant

Conversation

@kafka1991
Copy link
Copy Markdown
Collaborator

close #6261

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Oct 10, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch victor_interval_constant

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@kafka1991 kafka1991 changed the title fix(sql): interval constant can be used as interval filter fix(sql): interval constant can be applied as time intrinsics Oct 10, 2025
@glasstiger
Copy link
Copy Markdown
Contributor

[PR Coverage check]

😍 pass : 13 / 22 (59.09%)

file detail

path covered line new line coverage
🔵 io/questdb/cairo/MicrosTimestampDriver.java 0 4 00.00%
🔵 io/questdb/griffin/engine/functions/constants/IntervalConstant.java 0 5 00.00%
🔵 io/questdb/griffin/WhereClauseParser.java 9 9 100.00%
🔵 io/questdb/cairo/NanosTimestampDriver.java 4 4 100.00%

@bluestreak01 bluestreak01 merged commit 7bfcf95 into master Oct 10, 2025
35 checks passed
@bluestreak01 bluestreak01 deleted the victor_interval_constant branch October 10, 2025 22:39
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.

time intrinsics not beng applied to interval literals

3 participants