johntomcat7408-cmyk commented on issue #65388: URL: https://github.com/apache/doris/issues/65388#issuecomment-5151053142
Hi, I’m interested in preparing a focused fix for #65388, but before starting I’d like to confirm the intended public contract because Table Stream is still in preview and the current public documentation does not define `ALTER STREAM`. Could a maintainer confirm: 1. The exact syntax and name-qualification rules. 2. Whether the required privilege applies to the stream, base table, or database. 3. Whether the change must be edit-logged, checkpointed, replayed, and survive an FE restart. 4. Whether both `SHOW CREATE STREAM` and `information_schema.table_streams` must expose the updated comment. 5. Whether this must work in both on-premise and Cloud deployments, especially alongside #65859. 6. Whether one PR covering parser, command, authorization, persistence, tests, and documentation is the expected scope. I have not started implementation and will refresh overlapping PRs before doing so. -- 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]
