Skip to content

fix(schema): use Arrow concrete decimal type IDs in schema validation#347

Open
lucasfang wants to merge 1 commit into
alibaba:mainfrom
lucasfang:benchmark
Open

fix(schema): use Arrow concrete decimal type IDs in schema validation#347
lucasfang wants to merge 1 commit into
alibaba:mainfrom
lucasfang:benchmark

Conversation

@lucasfang
Copy link
Copy Markdown
Collaborator

@lucasfang lucasfang commented Jun 8, 2026

Purpose

Linked issue: close #xxx

This change checks the whole codebase and replaces Arrow decimal enum usages with concrete Arrow C++ decimal type IDs while preserving the original enum namespace style:

  • arrow::Type::DECIMAL -> arrow::Type::DECIMAL128
  • arrow::Type::type::DECIMAL -> arrow::Type::type::DECIMAL128

Tests

API and Format

No API, storage format, or protocol changes.

Documentation

No. This is a compatibility fix and does not introduce a new feature.

Generative AI tooling

Generated-by: Aone Copilot (ide-idealab/gpt-5.5)

Copilot AI review requested due to automatic review settings June 8, 2026 08:45
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

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.

2 participants