cdmikechen edited a comment on issue #3429:
URL: https://github.com/apache/hudi/issues/3429#issuecomment-1001179764
@nsivabalan
You can replace `Timestamp.valueOf("2015-01-01T13:51:39.345397Z")` to
`Timestamp.valueOf("2015-01-01 13:51:39.345397")`
The problem maybe here:
https://github.com/apache/hudi/blob/c81df99e50f2df84d85f08ff3a839595dad974d7/hudi-client/hudi-spark-client/src/main/scala/org/apache/hudi/AvroConversionHelper.scala#L123-L139
I think maybe we need to add a new configuration to support this feature
(microsecond precision)
--
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]