wombatu-kun commented on code in PR #16620:
URL: https://github.com/apache/iceberg/pull/16620#discussion_r3362050156


##########
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveOperationsBase.java:
##########
@@ -213,8 +213,8 @@ default Table newHmsTable(String hmsTableOwner) {
             table(),
             database(),
             hmsTableOwner,
-            (int) currentTimeMillis / 1000,
-            (int) currentTimeMillis / 1000,

Review Comment:
   Done 2334107 - hoisted into a single `currentTimeSeconds` local (named for 
the unit) in both the table and view creation paths.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to