From 278cd09e934bda28ff445f73f91c80e8459a4f2c Mon Sep 17 00:00:00 2001 From: Rusty Conover Date: Sun, 12 Jan 2025 21:48:36 -0400 Subject: [PATCH 1/2] fix: bump lindel version --- extensions/lindel/description.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/extensions/lindel/description.yml b/extensions/lindel/description.yml index 79b8299..e4598fa 100644 --- a/extensions/lindel/description.yml +++ b/extensions/lindel/description.yml @@ -1,5 +1,6 @@ docs: - extended_description: "This `lindel` extension adds functions for the linearization\ + extended_description: + "This `lindel` extension adds functions for the linearization\ \ and\ndelinearization of numeric arrays in DuckDB. It allows you to order\nmulti-dimensional\ \ data using space-filling curves.\n\n## What is linearization?\n\n[Linearization](https://en.wikipedia.org/wiki/Linearization)\ \ maps multi-dimensional data into a one-dimensional sequence while [preserving\ @@ -57,7 +58,8 @@ docs: \ |\n| `UBIGINT` | 2 | 1: `UBIGINT`
2: `UHUGEINT` |\n| `FLOAT` | 4\ \ | 1: `UINTEGER`
2: `UBIGINT`
3-4: `UHUGEINT` |\n| `DOUBLE` | 2 |\ \ 1: `UBIGINT`
2: `UHUGEINT` |\n" - hello_world: "WITH elements AS (\n SELECT * AS id FROM range(3)\n)\nSELECT\n a.id\ + hello_world: + "WITH elements AS (\n SELECT * AS id FROM range(3)\n)\nSELECT\n a.id\ \ AS a,\n b.id AS b,\n hilbert_encode([a.id, b.id]::tinyint[2]) AS hilbert,\n\ \ morton_encode([a.id, b.id]::tinyint[2]) AS morton\nFROM\n elements AS a CROSS\ \ JOIN elements AS b;\n┌───────┬───────┬─────────┬────────┐\n│ a │ b │\ @@ -103,10 +105,10 @@ extension: license: Apache-2.0 excluded_platforms: "linux_amd64_musl" maintainers: - - rustyconover + - rustyconover name: lindel requires_toolchains: rust - version: 1.0.0 + version: 1.0.1 repo: github: rustyconover/duckdb-lindel-extension - ref: a45b2840e748f4aa0552c599b48c19eba53bdc27 + ref: b2ad60e4ec0b682f2e0af04a2597ec86885a3d1d From 7efa682e659f15a1aed23bfa245eab499e57ee4d Mon Sep 17 00:00:00 2001 From: Rusty Conover Date: Mon, 13 Jan 2025 20:22:33 -0400 Subject: [PATCH 2/2] fix: bump lindel again --- extensions/lindel/description.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/lindel/description.yml b/extensions/lindel/description.yml index e4598fa..e779888 100644 --- a/extensions/lindel/description.yml +++ b/extensions/lindel/description.yml @@ -111,4 +111,4 @@ extension: version: 1.0.1 repo: github: rustyconover/duckdb-lindel-extension - ref: b2ad60e4ec0b682f2e0af04a2597ec86885a3d1d + ref: a9cebd1973202afa4357f99e6ed790ea890c65ae