Skip to content

Commit

Permalink
Fix compact cells / uncompact cells segfaults and other memory issues (
Browse files Browse the repository at this point in the history
…#141)

* fix incorrect use of new[]

* fix compact

* fix uncompact

* fix compact varchar

* fix uncompact cells varchar

* newline at end of file

* fix h3_cells_to_multi_polygon_wkt

* fix ci
  • Loading branch information
isaacbrodsky authored Jan 15, 2025
1 parent 444cb06 commit 669d8b2
Show file tree
Hide file tree
Showing 6 changed files with 305 additions and 181 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
duckdb_version: main
ci_tools_version: main
extension_name: h3
exclude_archs: "windows_amd64_rtools"
exclude_archs: "windows_amd64_rtools;windows_amd64_mingw"

duckdb-stable-build:
name: Build extension binaries
Expand All @@ -28,7 +28,7 @@ jobs:
duckdb_version: v1.1.3
ci_tools_version: v1.1.3
extension_name: h3
exclude_archs: "windows_amd64_rtools"
exclude_archs: "windows_amd64_rtools;windows_amd64_mingw"

duckdb-stable-deploy:
name: Deploy extension binaries
Expand All @@ -38,6 +38,6 @@ jobs:
with:
duckdb_version: v1.1.3
extension_name: h3
exclude_archs: "windows_amd64_rtools"
exclude_archs: "windows_amd64_rtools;windows_amd64_mingw"
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
deploy_versioned: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
Loading

0 comments on commit 669d8b2

Please sign in to comment.