Gabriel39 opened a new pull request, #66536:
URL: https://github.com/apache/doris/pull/66536
### What problem does this PR solve?
Issue Number: N/A
Related PR: #66503
Problem Summary:
Paimon 1.4.2 parses every present Variant shredding schema property as JSON.
The Paimon Variant fixture attempted to disable shredding by setting the
property to an empty string, so the following unshredded insert failed and left
the mixed-layout table with only its shredded row.
This change removes the property with `UNSET TBLPROPERTIES` before writing
the unshredded file. It preserves the intended shredded-to-unshredded
mixed-file coverage.
### Check List
- Test
- [x] Regression test fixture
- [x] Manual test
Validation:
- Verified the fixture no longer contains an empty shredding schema property.
- Ran the shredded-to-unshredded write sequence in Spark/Paimon and
confirmed both rows were returned.
- `git diff --check`
- Behavior changed:
- [x] No production behavior change; this fixes test data generation.
- Does this need documentation?
- [x] No.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]