cxzl25 commented on issue #4885:
URL: https://github.com/apache/kyuubi/issues/4885#issuecomment-1642064587

   ```
   Hudi 0.13.0
   Spark. 3.3.2
   Kyuubi 1.7.1
   ```
   
   ```sql
   create table hudi_mor_tbl (
     id int,
     name string,
     price double,
     ts bigint
   ) using hudi
   tblproperties (
     type = 'mor',
     primaryKey = 'id',
     preCombineField = 'ts'
   );
   set hoodie.schema.on.read.enable=true;
   set hoodie.datasource.write.schema.allow.auto.evolution.column.drop=true;
   alter table hudi_mor_tbl drop column price;
   ```
   
   <img width="1272" alt="image" 
src="https://github.com/apache/kyuubi/assets/3898450/17e9f878-fab2-4cc0-be3a-9600b684f450";>
   
   
   
   BTW You can find me in the Kyuubi WeChat user group or Slack, and we can 
communicate offline.


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