mkk1490 commented 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:  This conversion takes place when the write operation is insert/upsert. But when we do a bulk_insert, this value remains as timestamp. 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]
