MonkeyCanCode commented on issue #1195: URL: https://github.com/apache/polaris/issues/1195#issuecomment-2735238983
> i see this concern here though : https://github.com/apache/polaris/blob/main/service/common/src/main/java/org/apache/polaris/service/task/TableCleanupTaskHandler.java#L180 > > may be we should md5 the task name before inserting it, would prefer this rather than changing the name to TEXT. > > Lets see what other folks think cc [@eric-maynard](https://github.com/eric-maynard) [@collado-mike](https://github.com/collado-mike) If we want to hash the task name, may be consider sha256 instead as md5 is disabled on system with FIPS enabled. -- 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]
