mkk1490 edited a comment on issue #3313:
URL: https://github.com/apache/hudi/issues/3313#issuecomment-888248088


   @nsivabalan Update: The timestamp field get converted to long in hoodie_key 
as below:
   
   
![image](https://user-images.githubusercontent.com/16716227/127317865-04c77073-b950-42cc-80b5-9659481c43c2.png)
   
   This conversion takes place when the write operation is insert/upsert. But 
when we do a bulk_insert, this value remains as timestamp. 
   When I do an insert as the first load to the table and then do an upsert, 
there is no issue
   When I do a bulk_insert as the first load to the table and then do either an 
insert or update, I run into this conversion issue.
   
   I can't say whether this is an issue with insert/upsert or with bulk_insert. 


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