todd5167 commented on pull request #4774:
URL: https://github.com/apache/hudi/pull/4774#issuecomment-1041040709


   > @todd5167 I create a mor table, and insert some data, but i can reproduce 
this issues. can you give the complete sqls please?
   > 
   > the codes that i test like this:
   > 
   > ```
   > create table hudi_mor_tbl (uuid long, name string, order_date string) 
using hudi partitioned by (order_date) tblproperties (type='mor');
   > insert into hudi_mor_tbl values (5,'todd', '20220209');
   > insert into hudi_mor_tbl partition(order_date = '20220210') values 
(6,'todd');
   > insert into hudi_mor_tbl_rt partition(order_date = '20220210') values 
(7,'todd'); -- this use the rt table.
   > ```
   
   
   
   @YannByron 
   val beforeKeyGenClassName = 
props.getString(SqlKeyGenerator.ORIGIN_KEYGEN_CLASS_NAME, null)
   
   You only need to verify whether the current return value is an empty string 
or Null.
   


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