prat0082 commented on issue #11744:
URL: https://github.com/apache/hudi/issues/11744#issuecomment-2277803614
I see the below in the log as avro schema for timestamp fields which i use
as recordkeys , type as long and logicalType as timestamp-micros
{
"name" : "EntryTime",
"type" : [ "null", {
"type" : "long",
"logicalType" : "timestamp-micros"
} ],
{
"name" : "ModifiedTime",
"type" : [ "null", {
"type" : "long",
"logicalType" : "timestamp-micros"
} ],
"default" : 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]