feat(vector): support vector values in deduplicate primary-key tables - #268
Open
ChaomingZhangCN wants to merge 3 commits into
Open
feat(vector): support vector values in deduplicate primary-key tables#268ChaomingZhangCN wants to merge 3 commits into
ChaomingZhangCN wants to merge 3 commits into
Conversation
Co-authored-by: 小明同学 <ChaomingZhangCN@users.noreply.github.com>
Co-authored-by: 小明同学 <ChaomingZhangCN@users.noreply.github.com>
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.
Purpose
Linked issue: #197
Support VECTOR as an ordinary value column in Parquet-backed deduplicate primary-key tables.
This change:
FixedSizeListsupport to merge-tree row conversion, memory estimation, spill, and compaction paths.Tests
Added or extended unit and integration coverage for:
FixedSizeListrow conversion.Validation completed:
unittesttarget passed: 28/28 test suites.clang-formatchecks passed.git diff --checkpassed.API and Format
No public API under
include/is changed.No new storage format or protocol is introduced. VECTOR remains Parquet-only and continues using the existing Parquet LIST representation, restored as Arrow
FixedSizeListin memory.Documentation
Updated the VECTOR support matrix and primary-key table documentation to describe:
Generative AI tooling
Generated-by: OpenAI Codex CLI 0.151.0 (GPT-5)