Skip to content

docs: Add Elasticsearch unsigned_long → UInt64 type mapping#1742

Merged
lukekim merged 1 commit into
trunkfrom
docs/elasticsearch-unsigned-long
May 18, 2026
Merged

docs: Add Elasticsearch unsigned_long → UInt64 type mapping#1742
lukekim merged 1 commit into
trunkfrom
docs/elasticsearch-unsigned-long

Conversation

@claudespice
Copy link
Copy Markdown
Collaborator

Summary

Add the unsigned_long row to the Elasticsearch type-mapping table now that the connector decodes it explicitly to Arrow UInt64.

Source PRs

Changes

  • website/docs/components/data-connectors/elasticsearch/index.md
    • Add unsigned_long → UInt64 to the type-mapping table, with a note that the decoder accepts both numeric values and digit-string representations (since JS clients commonly serialize values > 2^53-1 as strings).

Test plan

  • cd website && npm run build passes locally
  • Type-mapping arm verified in source diff (Some("unsigned_long") => DataType::UInt64)

The Elasticsearch connector now decodes `unsigned_long` to Arrow `UInt64`
to cover the full u64 range without overflowing through i64. Add the
mapping to the Elasticsearch type table.

Source: spiceai/spiceai#10825
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 18, 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

1 similar comment
@github-actions
Copy link
Copy Markdown

✅ 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

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

@github-actions
Copy link
Copy Markdown

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

@lukekim lukekim merged commit 3f7a7d2 into trunk May 18, 2026
9 of 15 checks passed
@lukekim lukekim deleted the docs/elasticsearch-unsigned-long branch May 18, 2026 22:13
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