-
Notifications
You must be signed in to change notification settings - Fork 171
Duckdb 1.2 update #548
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
Duckdb 1.2 update #548
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
acda61a
Update duckdb to ib6513473ba48f46c39c8a9d506e4ad32b7a6f2ae commmit
mkaruza a2f32a6
Update to DuckDB 1.2
mkaruza 15d5300
Update to DuckDB 1.2 and fix regression tests
mkaruza 09986a1
Disable regression test that work with extensions
mkaruza 3ae7f5f
Formating
mkaruza 9556f29
pytest fix
mkaruza b16aed9
Iterate recursively push down filter and construct them
mkaruza 912d09f
Update duckdb to `V1.2 histrionicus` commit
mkaruza f556695
Update DUCKDB_VERSION
mkaruza c0b9a32
Don't throw if unsupported filter is optional filter
mkaruza 9abe5b4
Formating
mkaruza b912069
Missing parenthesis so formating back
mkaruza f075a41
Add DYNAMIC_FILTER and handle as switch in other unsupported filter
mkaruza 22d3048
Merge remote-tracking branch 'origin' into duckdb-1.2
JelteF 264da7a
Rename to is_inside_optional_filter
JelteF 2e0597a
Correctly pass on is_inside_optional_filter
JelteF 9c2a42b
Update duckdb to latest v1.2-histrionicus branch commit
JelteF 8030edd
Downgrade to latest nightly build
JelteF f47c105
Disable tests that fail due to extensions not being available
JelteF 47eef96
Update to official v1.2.0 release
JelteF 3aa062f
Enable extension tests
JelteF 5be0124
Updated to Duckdb 1.2 TAG commit
mkaruza b1c162e
Only format C/C++ files with clang-format
JelteF 0889841
Make clang-format happy
JelteF fa5f9ec
Update non_superuser test output for 1.2.0
JelteF 753b0ef
Use duckdgq as an example community extension, avro is not released f…
JelteF File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
4 changes: 2 additions & 2 deletions
4
test/regression/data/delta_table/_delta_log/00000000000000000000.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| {"protocol":{"minReaderVersion":3,"minWriterVersion":7,"writerFeatures":[]}} | ||
| {"metaData":{"id":"bec316ba-98b6-4d9c-8ad1-a41b4a786d9b","name":"delta_table","description":null,"format":{"provider":"parquet","options":{}},"schemaString":"{\"type\":\"struct\",\"fields\":[{\"name\":\"a\",\"type\":\"integer\",\"nullable\":true,\"metadata\":{}},{\"name\":\"b\",\"type\":\"string\",\"nullable\":true,\"metadata\":{}}]}","partitionColumns":[],"createdTime":1730972838217,"configuration":{"delta.minReaderVersion":"3","delta.minWriterVersion":"7"}}} | ||
| {"protocol":{"minReaderVersion":1,"minWriterVersion":7,"writerFeatures":[]}} | ||
| {"metaData":{"id":"bec316ba-98b6-4d9c-8ad1-a41b4a786d9b","name":"delta_table","description":null,"format":{"provider":"parquet","options":{}},"schemaString":"{\"type\":\"struct\",\"fields\":[{\"name\":\"a\",\"type\":\"integer\",\"nullable\":true,\"metadata\":{}},{\"name\":\"b\",\"type\":\"string\",\"nullable\":true,\"metadata\":{}}]}","partitionColumns":[],"createdTime":1730972838217,"configuration":{"delta.minReaderVersion":"1","delta.minWriterVersion":"7"}}} | ||
| {"commitInfo":{"timestamp":1730972838217,"operation":"CREATE TABLE","operationParameters":{"metadata":"{\"configuration\":{\"delta.minReaderVersion\":\"3\",\"delta.minWriterVersion\":\"7\"},\"createdTime\":1730972838217,\"description\":null,\"format\":{\"options\":{},\"provider\":\"parquet\"},\"id\":\"bec316ba-98b6-4d9c-8ad1-a41b4a786d9b\",\"name\":\"delta_table\",\"partitionColumns\":[],\"schemaString\":\"{\\\"type\\\":\\\"struct\\\",\\\"fields\\\":[{\\\"name\\\":\\\"a\\\",\\\"type\\\":\\\"integer\\\",\\\"nullable\\\":true,\\\"metadata\\\":{}},{\\\"name\\\":\\\"b\\\",\\\"type\\\":\\\"string\\\",\\\"nullable\\\":true,\\\"metadata\\\":{}}]}\"}","mode":"ErrorIfExists","protocol":"{\"minReaderVersion\":3,\"minWriterVersion\":7,\"writerFeatures\":[]}"},"creator":"pg_duckdb","clientVersion":"delta-rs.0.21.0"}} |
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
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
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
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
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
Oops, something went wrong.
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.
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.
Maybe interesting to note that it is a PG table?
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.
Explain already show it is
POSTGRES_SCANnode. We can add it if needed.Uh oh!
There was an error while loading. Please reload this page.
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.
It doesn't show that for explain analyze for some reason I think.
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.
Yeah cf. this diff https://github.com/duckdb/pg_duckdb/pull/548/files#diff-dd9a38fc1644731fee36f5adfd11ba162ed425a9f3d2a90205d1ae5470288826L18