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

   > ```
   > 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 alt="image" width="1272" 
src="https://user-images.githubusercontent.com/3898450/254584136-17e9f878-fab2-4cc0-be3a-9600b684f450.png";>
   > BTW You can find me in the Kyuubi WeChat user group or Slack, and we can 
communicate offline.
   
   Thank you very much for handling this issue for me. May I know how to join 
the kyuubi WeChat user group.


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