Skip to content

fix(sql): fix nanosecond timestamp handling in tables() and wal_transactions()#6704

Merged
bluestreak01 merged 3 commits intomasterfrom
mt_fn-ts
Jan 26, 2026
Merged

fix(sql): fix nanosecond timestamp handling in tables() and wal_transactions()#6704
bluestreak01 merged 3 commits intomasterfrom
mt_fn-ts

Conversation

@mtopolnik
Copy link
Copy Markdown
Contributor

Fixes #6677.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jan 26, 2026

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.


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.

@glasstiger
Copy link
Copy Markdown
Contributor

[PR Coverage check]

😍 pass : 12 / 13 (92.31%)

file detail

path covered line new line coverage
🔵 io/questdb/griffin/engine/functions/catalogue/WalTransactionsFunctionFactory.java 8 9 88.89%
🔵 io/questdb/griffin/engine/functions/catalogue/TablesFunctionFactory.java 4 4 100.00%

@bluestreak01 bluestreak01 merged commit 773dd8b into master Jan 26, 2026
43 checks passed
@bluestreak01 bluestreak01 deleted the mt_fn-ts branch January 26, 2026 17:33
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.

Meta functions tables and wal_transactions assume microseconds, and breaks for nanos

3 participants