JoshuaZhuCN commented on issue #7274:
URL: https://github.com/apache/hudi/issues/7274#issuecomment-1330318847

   > > @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.
   > 
   > 
![image](https://user-images.githubusercontent.com/62231347/204213005-7c8e9a69-4138-4e2c-8012-a0ae42a2eaf0.png)
   > 
   > 
![image](https://user-images.githubusercontent.com/62231347/204213243-5e4ebe7b-f855-41f8-8ba4-903b2f50f682.png)
   
   https://github.com/apache/hudi/issues/7322


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