melin commented on issue #4857:
URL: https://github.com/apache/hudi/issues/4857#issuecomment-1047373708


   > @melin would you please show your spark version and the code snippet to 
reproduce?
   
   Spark 3.2
   ```
   create table bigdata.test_hudi_dt (
       id int comment '',
       name string comment '',
       price double comment '',
       ds string comment ''
   ) USING hudi
   PARTITIONED BY (ds)
   OPTIONS (primaryKey = 'id', type = 'cow', preCombineField='ds');
   ```


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