Skip to content

Conversation

@jjcfrancisco
Copy link
Contributor

Description

Dictionary-encode type, stac_version and collection columns in Arrow record batches.

Related issues

Closes #775

Checklist

  • Unit tests
  • Pull request title follows conventional commits
  • Pre-commit hooks pass (prek run --all-files)

Copy link
Member

@gadomski gadomski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent stuff, thank you!

@gadomski gadomski enabled auto-merge (squash) January 20, 2026 11:57
@gadomski gadomski merged commit 7a4243e into stac-utils:main Jan 20, 2026
11 checks passed
@stac-utils-release-bot stac-utils-release-bot bot mentioned this pull request Jan 20, 2026
gadomski pushed a commit that referenced this pull request Jan 21, 2026
## 🤖 New release

* `stac`: 0.16.0 -> 0.16.1 (✓ API compatible changes)
* `stac-io`: 0.2.2 -> 0.2.3 (✓ API compatible changes)
* `stac-validate`: 0.6.2 -> 0.6.3 (✓ API compatible changes)
* `pgstac`: 0.4.3 -> 0.4.4
* `stac-duckdb`: 0.3.2 -> 0.3.3
* `stac-server`: 0.4.3 -> 0.4.4
* `rustac`: 0.2.3 -> 0.2.4
* `stac-extensions`: 0.1.4 -> 0.1.5

<details><summary><i><b>Changelog</b></i></summary><p>

## `stac`

<blockquote>

##
[0.16.1](stac-v0.16.0...stac-v0.16.1)
- 2026-01-20

### Added

- dictionary-encode repeated string fields
([#937](#937))
</blockquote>

## `stac-io`

<blockquote>

##
[0.2.3](stac-io-v0.2.2...stac-io-v0.2.3)
- 2026-01-20

### Other

- update Cargo.toml dependencies
</blockquote>

## `stac-validate`

<blockquote>

##
[0.6.3](stac-validate-v0.6.2...stac-validate-v0.6.3)
- 2026-01-20

### Other

- update Cargo.toml dependencies
</blockquote>

## `pgstac`

<blockquote>

##
[0.4.4](pgstac-v0.4.3...pgstac-v0.4.4)
- 2026-01-20

### Other

- updated the following local packages: stac
</blockquote>

## `stac-duckdb`

<blockquote>

##
[0.3.3](stac-duckdb-v0.3.2...stac-duckdb-v0.3.3)
- 2026-01-20

### Other

- updated the following local packages: stac
</blockquote>

## `stac-server`

<blockquote>

##
[0.4.4](stac-server-v0.4.3...stac-server-v0.4.4)
- 2026-01-20

### Other

- updated the following local packages: stac, pgstac, stac-duckdb
</blockquote>

## `rustac`

<blockquote>

##
[0.2.4](rustac-v0.2.3...rustac-v0.2.4)
- 2026-01-20

### Other

- updated the following local packages: stac, stac-io, stac-validate,
pgstac, stac-duckdb, stac-server
</blockquote>

## `stac-extensions`

<blockquote>

##
[0.1.5](stac-extensions-v0.1.4...stac-extensions-v0.1.5)
- 2026-01-20

### Other

- updated the following local packages: stac
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

Co-authored-by: stac-utils-release-bot[bot] <249776822+stac-utils-release-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use dictionary arrays for repeated string fields

2 participants