vaibhav-sinha commented on pull request #2923: URL: https://github.com/apache/hudi/pull/2923#issuecomment-860174515
If we don't want to impact the memory footprint of `HoodieRecord`, we have two options: 1. We could convert the value from `timestamp` to `long` when setting `orderingVal` at all places. 2. We do not represent `timestamp` based `LogicalTypes` as `LocalDateTime`. @nsivabalan Any suggestions on which approach should we go ahead with? -- 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. For queries about this service, please contact Infrastructure at: [email protected]
