Skip to content

Commit

Permalink
Merge pull request duckdb#9096 from Maxxen/bump-spatial
Browse files Browse the repository at this point in the history
bump spatial
  • Loading branch information
Mytherin authored Sep 26, 2023
2 parents 49aae28 + abbea91 commit af3c38c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/config/extensions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ substrait,https://github.com/duckdblabs/substrait,5d621b1d7d16fe86f8b1930870c8e6
arrow,https://github.com/duckdblabs/arrow,1b5b9649d28cd7f79496fb3f2e4dd7b03bf90ac5,no-windows
aws,https://github.com/duckdblabs/duckdb_aws,348ae2625de86ab760f80a43eb76e4441cd01354,
azure,https://github.com/duckdblabs/azure,1fe568d3eb3c8842118e395ba8031e2a8566daed,
spatial,https://github.com/duckdblabs/duckdb_spatial.git,529862db6b8d3ecd8e517457409896304d25e817,
spatial,https://github.com/duckdblabs/duckdb_spatial.git,36e5a126976ac3b66716893360ef7e6295707082,
iceberg,https://github.com/duckdblabs/duckdb_iceberg.git,51ba9564859698c29db4165f17143a2f6af2bb18,
2 changes: 1 addition & 1 deletion .github/config/out_of_tree_extensions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ duckdb_extension_load(postgres_scanner
duckdb_extension_load(spatial
DONT_LINK LOAD_TESTS
GIT_URL https://github.com/duckdblabs/duckdb_spatial.git
GIT_TAG 529862db6b8d3ecd8e517457409896304d25e817
GIT_TAG 36e5a126976ac3b66716893360ef7e6295707082
INCLUDE_DIR spatial/include
TEST_DIR test/sql
)
Expand Down
4 changes: 4 additions & 0 deletions src/include/duckdb/main/extension_entries.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ static constexpr ExtensionEntry EXTENSION_FUNCTIONS[] = {
{"st_drivers", "spatial"},
{"st_dwithin", "spatial"},
{"st_dwithin_spheroid", "spatial"},
{"st_endpoint", "spatial"},
{"st_envelope", "spatial"},
{"st_envelope_agg", "spatial"},
{"st_equals", "spatial"},
Expand Down Expand Up @@ -160,12 +161,14 @@ static constexpr ExtensionEntry EXTENSION_FUNCTIONS[] = {
{"st_pointn", "spatial"},
{"st_pointonsurface", "spatial"},
{"st_polygon2dfromwkb", "spatial"},
{"st_reverse", "spatial"},
{"st_read", "spatial"},
{"st_readosm", "spatial"},
{"st_reduceprecision", "spatial"},
{"st_removerepeatedpoints", "spatial"},
{"st_simplify", "spatial"},
{"st_simplifypreservetopology", "spatial"},
{"st_startpoint", "spatial"},
{"st_touches", "spatial"},
{"st_transform", "spatial"},
{"st_union", "spatial"},
Expand Down Expand Up @@ -285,6 +288,7 @@ static constexpr const char *AUTOLOADABLE_EXTENSIONS[] = {
"json",
"parquet",
"postgres_scanner",
// "spatial", TODO: table function isnt always autoloaded so test fails
"sqlsmith",
"sqlite_scanner",
"tpcds",
Expand Down

0 comments on commit af3c38c

Please sign in to comment.