rangareddy commented on issue #12370:
URL: https://github.com/apache/hudi/issues/12370#issuecomment-2514827145
After checking the code, only milliseconds are accepted for the timestamp
column.
```java
case TIMESTAMP:
return HoodieHiveUtils.getMills(structFieldData);
```
https://github.com/apache/hudi/blob/master/hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/utils/HiveAvroSerializer.java#L306
--
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]