Skip to content

Spec: Clarify geography type serialization#16799

Open
kevinjqliu wants to merge 1 commit into
apache:mainfrom
kevinjqliu:codex/spec-geography-format
Open

Spec: Clarify geography type serialization#16799
kevinjqliu wants to merge 1 commit into
apache:mainfrom
kevinjqliu:codex/spec-geography-format

Conversation

@kevinjqliu

@kevinjqliu kevinjqliu commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Summary

Similar to #16798

Testing

  • git diff --check

@github-actions github-actions Bot added the Specification Issues that may introduce spec changes. label Jun 13, 2026
@kevinjqliu kevinjqliu changed the title Docs: Clarify geography type serialization Spec: Clarify geography type serialization Jun 13, 2026
@kevinjqliu kevinjqliu marked this pull request as ready for review June 13, 2026 21:19
Comment thread format/spec.md
| **`variant`**| `JSON string: "variant"`|`"variant"`|
| **`geometry(C)`** |`JSON string: "geometry(<C>)"`|`"geometry(srid:4326)"`|
| **`geography(C, A)`** |`JSON string: "geography(<C>,<E>)"`|`"geography(srid:4326,spherical)"`|
| **`geography(C, A)`** |`JSON string: "geography(<C>, <A>)"`|`"geography(srid:4326, spherical)"`|

@kevinjqliu kevinjqliu Jun 13, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

changed E to A to match

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Specification Issues that may introduce spec changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants