Stephen0421 opened a new pull request, #8928:
URL: https://github.com/apache/paimon/pull/8928

   ### Purpose
   
   Support scalar BLOB descriptor fields in primary-key tables using the 
partial-update merge engine.
   
   - Reject managed BLOB and BLOB view fields for partial-update tables.
   - Preserve specific validation errors for BLOB primary-key, bucket-key, and 
sequence-field configurations.
   - Support descriptor fields in sequence groups, including null, 
equal-sequence, newer-sequence, and older-sequence semantics.
   - Verify descriptor preservation through full compaction.
   - Document supported configurations and null handling.
   
   ### Tests
   
   - `SchemaValidationTest`
   - `PartialUpdateMergeFunctionTest`
   - `PartialUpdateITCase#testBlobDescriptorPartialUpdate`
   - `PartialUpdateITCase#testBlobDescriptorPartialUpdateSequenceGroup`
   - `PartialUpdateITCase#testPartialUpdateRejectsBlobViewField`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to