-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Issue #14366: Average Intervals #15864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Implement AVG for all temporal types (except INTERVAL and TIME_TZ...)
Implement PG-compatible AVG(INTERVAL).
Add detailed test from PG test suite.
This is branched from |
lnkuiper
approved these changes
Jan 27, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Looks good to me. This includes some changes that were merged into the v1.2-histrionicus
branch, so maybe this should be merged after that branch is merged back into main
?
Thanks! |
staticlibs
added a commit
to staticlibs/duckdb-odbc
that referenced
this pull request
Feb 19, 2025
isql tests are updated with recent changes from upstream test_timestamp.test (1e40481). Fixes: duckdb#64
Mytherin
added a commit
to duckdb/duckdb-odbc
that referenced
this pull request
Feb 19, 2025
Update isql tests after duckdb/duckdb#15864
Antonov548
added a commit
to Antonov548/duckdb-r
that referenced
this pull request
Feb 26, 2025
Issue duckdb/duckdb#14366: Average Intervals (duckdb/duckdb#15864)
krlmlr
pushed a commit
to duckdb/duckdb-r
that referenced
this pull request
Mar 5, 2025
Issue duckdb/duckdb#14366: Average Intervals (duckdb/duckdb#15864)
staticlibs
added a commit
to staticlibs/duckdb-odbc
that referenced
this pull request
Apr 16, 2025
This reverts commit 2d1d51c. This needs to be reverted because the implementation of `AVG(INTERVAL)` that was added in duckdb/duckdb#15864 is not included in `v1.2-histrionicus` thus the `isql` test (that is present only in ODBC repo) is failing on it.
staticlibs
added a commit
to staticlibs/duckdb-odbc
that referenced
this pull request
Apr 16, 2025
This reverts commit 2d1d51c. This needs to be reverted because the implementation of `AVG(INTERVAL)` that was added in duckdb/duckdb#15864 is not included in `v1.2-histrionicus` thus the `isql` test (that is present only in ODBC repo) is failing on it.
staticlibs
added a commit
to duckdb/duckdb-odbc
that referenced
this pull request
Apr 16, 2025
This reverts commit 2d1d51c. This needs to be reverted because the implementation of `AVG(INTERVAL)` that was added in duckdb/duckdb#15864 is not included in `v1.2-histrionicus` thus the `isql` test (that is present only in ODBC repo) is failing on it.
krlmlr
added a commit
to duckdb/duckdb-r
that referenced
this pull request
May 15, 2025
Issue duckdb/duckdb#14366: Average Intervals (duckdb/duckdb#15864)
krlmlr
added a commit
to duckdb/duckdb-r
that referenced
this pull request
May 15, 2025
Issue duckdb/duckdb#14366: Average Intervals (duckdb/duckdb#15864)
krlmlr
added a commit
to duckdb/duckdb-r
that referenced
this pull request
May 17, 2025
Issue duckdb/duckdb#14366: Average Intervals (duckdb/duckdb#15864)
krlmlr
added a commit
to duckdb/duckdb-r
that referenced
this pull request
May 18, 2025
Issue duckdb/duckdb#14366: Average Intervals (duckdb/duckdb#15864)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes: #14366