Skip to content

Commit

Permalink
chore: Update vendored sources to duckdb/duckdb@4834a0b
Browse files Browse the repository at this point in the history
Merge pull request duckdb/duckdb#12267 from carlopi/add_vss_delta
  • Loading branch information
krlmlr committed Jun 5, 2024
1 parent c63339c commit 2175af2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/duckdb/src/function/table/version/pragma_version.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef DUCKDB_PATCH_VERSION
#define DUCKDB_PATCH_VERSION "4-dev93"
#define DUCKDB_PATCH_VERSION "4-dev95"
#endif
#ifndef DUCKDB_MINOR_VERSION
#define DUCKDB_MINOR_VERSION 10
Expand All @@ -8,10 +8,10 @@
#define DUCKDB_MAJOR_VERSION 0
#endif
#ifndef DUCKDB_VERSION
#define DUCKDB_VERSION "v0.10.4-dev93"
#define DUCKDB_VERSION "v0.10.4-dev95"
#endif
#ifndef DUCKDB_SOURCE_ID
#define DUCKDB_SOURCE_ID "dffd1b2415"
#define DUCKDB_SOURCE_ID "4834a0b7e7"
#endif
#include "duckdb/function/table/system_functions.hpp"
#include "duckdb/main/database.hpp"
Expand Down
2 changes: 2 additions & 0 deletions src/duckdb/src/main/extension/extension_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ static const DefaultExtension internal_extensions[] = {
{"arrow", "A zero-copy data integration between Apache Arrow and DuckDB", false},
{"azure", "Adds a filesystem abstraction for Azure blob storage to DuckDB", false},
{"iceberg", "Adds support for Apache Iceberg", false},
{"vss", "Adds indexing support to accelerate Vector Similarity Search", false},
{"delta", "Adds support for Delta Lake", false},
{nullptr, nullptr, false}};

idx_t ExtensionHelper::DefaultExtensionCount() {
Expand Down

0 comments on commit 2175af2

Please sign in to comment.