okumin commented on PR #5850: URL: https://github.com/apache/hive/pull/5850#issuecomment-2955482969
@ayushtkn I currently assume we use nashorn-core to use `jdk.nashorn.internal.ir.debug.ObjectSizeCalculator.getObjectSize`, which retrieves the deep size of a Java object, in a unit test. It's a kind of accident that `ObjectSizeCalculator.getObjectSize` exists in nashorn-core, and I assume we do not need an alternative JS runtime, but need an alternative object size calculator. Or we need both if we really need a JS runtime somewhere. -- 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]
