hudi-bot opened a new issue, #16327:
URL: https://github.com/apache/hudi/issues/16327

   When I write Hudi data through Spark, when synchronizing data, I encounter 
situations where SmallInt and Byte types cannot be converted to Int.
   {code:java}
   CREATE TABLE if not exists hudi_ddl_cow_t2
   (
   qgp string,
   sfb byte
   ) using hudi
   tblproperties (
       type = 'cow',
       primaryKey = 'qgp'
    );
    
   insert into $tb values('q1', 1){code}
   Throw an exception:
   {code:java}
   Could not convert field Type from TINYINT to int for field sfb {code}
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-7167
   - Type: Bug


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