You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2020/09/30 14:10:15 UTC

[GitHub] [hive] bd2019us opened a new pull request #595: HIVE-21611:use System.currentTimeMillis()

bd2019us opened a new pull request #595:
URL: https://github.com/apache/hive/pull/595


   Hello,
   new Date() is just a thin wrapper around System.currentTimeMillis(). Using System.currentTimeMillis() can help speed up the system.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] HunterL commented on pull request #595: HIVE-21611:use System.currentTimeMillis()

Posted by GitBox <gi...@apache.org>.
HunterL commented on pull request #595:
URL: https://github.com/apache/hive/pull/595#issuecomment-665744568


   > Please remove usage of Date entirely from these classes.
   
   #1334 rebased and changed other uses


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] belugabehr commented on pull request #595: HIVE-21611:use System.currentTimeMillis()

Posted by GitBox <gi...@apache.org>.
belugabehr commented on pull request #595:
URL: https://github.com/apache/hive/pull/595#issuecomment-642831917


   Can you please take a look at removing the usage of `Date` altogether?
   
   https://github.com/apache/hive/blob/2e8e8027d7695624f507a96dbd5c49766fd9d7f5/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/ZooKeeperCleanup.java#L117


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] github-actions[bot] closed pull request #595: HIVE-21611:use System.currentTimeMillis()

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed pull request #595:
URL: https://github.com/apache/hive/pull/595


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] belugabehr closed pull request #595: HIVE-21611:use System.currentTimeMillis()

Posted by GitBox <gi...@apache.org>.
belugabehr closed pull request #595:
URL: https://github.com/apache/hive/pull/595


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] HunterL edited a comment on pull request #595: HIVE-21611:use System.currentTimeMillis()

Posted by GitBox <gi...@apache.org>.
HunterL edited a comment on pull request #595:
URL: https://github.com/apache/hive/pull/595#issuecomment-665744568


   > Please remove usage of Date entirely from these classes.
   @belugabehr 
   
   #1334 rebased and changed other uses


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] github-actions[bot] commented on pull request #595: HIVE-21611:use System.currentTimeMillis()

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #595:
URL: https://github.com/apache/hive/pull/595#issuecomment-699714675


   This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
   Feel free to reach out on the dev@hive.apache.org list if the patch is in need of reviews.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org