wuchong commented on PR #1509:
URL: https://github.com/apache/fluss/pull/1509#issuecomment-3178602153

   Hi @gyang94 , 
   
   I suggest we first focus on supporting the RPC and API interfaces for 
altering **client-side table properties**, such as those under `client.*`, 
watermark configurations, and computed column settings. These are properties 
that can be safely updated online without requiring coordination with 
storage-layer components.
   
   In contrast, properties under `table.*` are typically **storage-side 
configurations** that often require dynamic updates across TabletServers or 
changes to the underlying storage state. For example, flipping 
`table.datalake.enabled` from `false` to `true` would require not only updating 
the table config but also creating the corresponding external data lake table 
upfront.


-- 
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