JoshuaZhuCN commented on issue #7274: URL: https://github.com/apache/hudi/issues/7274#issuecomment-1328621741
> @JoshuaZhuCN > > > use alter table set tblproperties to realize RT table functions > > It’s a tricky way, not a suitable one. IMO, RO/RT just a query mode to a base table. I will be worry that it is confusing if there are a RT table without `_rt` suffix and a RO table with `_ro` table, or vice versa. @YannByron find a problem in this way, we must execute "refresh table xxx" after each data change before we can query the latest data. Otherwise, we can only query the data before the change ( not the data in the base file), which is very confusing. -- 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]
