zclllyybb opened a new pull request, #66197:
URL: https://github.com/apache/doris/pull/66197

   ### What problem does this PR solve?
   
   Issue Number: N/A (DORIS-27412)
   
   Related PR: N/A
   
   Problem Summary: Cloud table ALTER accepts `partition.retention_count` 
during analysis, but the cloud schema-change handler did not dispatch the 
property. Valid ALTER statements therefore failed as `invalid properties` 
before table-property persistence and retention scheduler registration. This 
change treats the property as an FE-only metadata update, allowing the existing 
persistence and scheduler-registration logic to run without partition metadata 
RPCs.
   
   ### Release note
   
   Cloud tables can now update `partition.retention_count` through `ALTER 
TABLE`.
   
   ### Check List (For Author)
   
   - Test
     - [x] Regression test coverage: `test_backup_restore_retention_count` 
covers CREATE, ALTER, backup/restore, and retention recycling; CI pending.
     - Local FE build was not run because this isolated worktree lacks 
`thirdparty/installed/bin/protoc`; invoking the build would require a full 
third-party rebuild.
   
   - Behavior changed:
     - [x] Yes. Valid cloud-mode `ALTER TABLE SET ('partition.retention_count' 
= ...)` succeeds.
   
   - 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]

Reply via email to