Skip to content

fix: Remove Map from Cayenne unsupported types list#1672

Merged
lukekim merged 1 commit into
trunkfrom
fix/cayenne-map-types-supported
May 7, 2026
Merged

fix: Remove Map from Cayenne unsupported types list#1672
lukekim merged 1 commit into
trunkfrom
fix/cayenne-map-types-supported

Conversation

@claudespice
Copy link
Copy Markdown
Collaborator

Summary

  • Remove Map from the Cayenne "Unsupported Types" list and "Limitations" section across vNext, 1.11.x, and 1.10.x docs
  • Add Maps to the "Fully Supported Types" list in vNext and 1.11.x (1.10.x does not have this section)

The Cayenne accelerator docs incorrectly listed Map types as unsupported. The source code at crates/cayenne/src/schema.rs (lines 23-27) only lists Interval, Duration, and FixedSizeBinary as unsupported types. Additionally, the test test_transform_schema_for_vortex_preserves_http_response_headers_map at crates/runtime/src/dataaccelerator/cayenne/mod.rs (line 2037) explicitly verifies that Map types pass through correctly.

Test plan

  • Verify Map no longer appears in the "Unsupported Types" section of any Cayenne doc
  • Verify Maps appears in the "Fully Supported Types" list in vNext and 1.11.x
  • Run grep -rn "Map" website/ | grep -i "unsupported\|cayenne" and confirm only "Zone-Map Equivalent" and "Maps" (in supported list) remain

Map types are supported by Cayenne (Vortex). The source code in
schema.rs only lists Interval, Duration, and FixedSizeBinary as
unsupported types. A test (test_transform_schema_for_vortex_preserves_http_response_headers_map)
explicitly verifies that Map types pass through correctly.

This fix removes Map from the unsupported types list and adds it
to the fully supported types list in vNext, 1.11.x, and 1.10.x docs.
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

✅ Pull with Spice Passed

Passing checks:

  • ✅ Title meets minimum length requirement (10 characters)
  • ✅ Has at least one of the required labels: area/blog, area/docs, area/cookbook, dependencies
  • ✅ No banned labels detected
  • ✅ Has at least one assignee: claudespice

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

🔍 Pull with Spice Failed

Passing checks:

  • ✅ Title meets minimum length requirement (10 characters)
  • ✅ Has at least one of the required labels: area/blog, area/docs, area/cookbook, dependencies
  • ✅ No banned labels detected

Failed checks:

  • ❌ At least one assignee is required for this pull request.

Please address these issues and update your pull request.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

🚀 deployed to https://b23e434a.spiceai-org-website.pages.dev

@lukekim lukekim merged commit 451621b into trunk May 7, 2026
6 of 9 checks passed
@lukekim lukekim deleted the fix/cayenne-map-types-supported branch May 7, 2026 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants