You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/02/22 02:47:07 UTC

[GitHub] [hudi] melin commented on issue #4857: [SUPPORT]Failed to create a table

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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org