JP: four editions, and a date per parcel - #273
Closed
ivorbosloper wants to merge 1 commit into
Closed
ivorbosloper wants to merge 1 commit into
ivorbosloper wants to merge 1 commit into
Conversation
ivorbosloper
force-pushed
the
split/duckdb
branch
from
September 12, 2026 12:56
c700717 to
afecbf6
Compare
ivorbosloper
force-pushed
the
split/jp
branch
from
September 12, 2026 12:57
58d0fac to
b70455b
Compare
The Fude polygons are published per year and the converter knew one of them. All four are variants now, newest first, with the test fixture last so it is not chosen by accident. The determination date used to be a constant for the whole file. Each parcel carries its own issue year, which becomes its determination:datetime in the SQL migration — the point of converting this dataset with SQL rather than in memory: 33 GB of Parquet across the four editions. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DVx9uQV2QPM8ecPAY3ZjXG
ivorbosloper
force-pushed
the
split/duckdb
branch
from
September 12, 2026 15:13
22a2a06 to
66c360d
Compare
ivorbosloper
force-pushed
the
split/jp
branch
from
September 12, 2026 15:13
b70455b to
fc1d0f5
Compare
This was referenced Sep 12, 2026
Collaborator
Author
|
Superseded by #280, which carries the same |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Third in a stack: #266 (per-file) → #272 (DuckDB) → this.
The Fude polygons are published per year and the converter knew one of them. All four (2021-2024) are variants now, newest first, with the test fixture last so it is never chosen by accident — a converter whose default is a fixture silently converts 100 rows in production.
The determination date used to be a constant; each parcel carries its own issue year, which becomes its
determination:datetimein the SQL migration. That is why this one is converted in SQL: 33 GB of Parquet, ~30M fields per edition.If vecorel/cli#29 lands first, #272 goes away and this needs one import line changed.
🤖 Generated with Claude Code
https://claude.ai/code/session_01DVx9uQV2QPM8ecPAY3ZjXG