hudi-bot opened a new issue, #15140: URL: https://github.com/apache/hudi/issues/15140
1、create a table containing fields of type char and type varchar use hive. create table hivetb_char (id int, comb int, col0 char(5), col1 varchar(5)) row format delimited fields terminated by ',' stored as orc; insert into hivetb_char select 1,100,'aaaaa','bbbbb'; 2、run CTAS to create hudi table by sparksql create table hudi_test_char using hudi options(primaryKey='id', preCombineField='comb') as select * from default.hivetb_char; !https://clouddevops.huawei.com/vision-file-storage/api/file/download/upload-v2/2021/8/14/qwx352829/e4f814488cb145f0b8dcd9595b0d9e90/image.png! ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-3944 - Type: Improvement -- 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]
