seekforshell commented on issue #10012: URL: https://github.com/apache/hudi/issues/10012#issuecomment-1803370533
> Looks like the avro schema is using `timestamp-millis` as the logical data type, so in `EventTimeAvroPayload`, did you debug a little bit where the `timestamp-micros` come from? it come from serializer and serializer use baseFileReaderAvroSchema to create converter.  serializer is init here.  and in this code, SchemaConverters will translate TimestampType as TimestampMicros default in avro.  -- 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]
