You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "mridulm (via GitHub)" <gi...@apache.org> on 2023/10/01 04:31:43 UTC

[GitHub] [spark] mridulm commented on pull request #43193: Replace `Class.newInstance()` with `Class.getDeclaredConstructor().newInstance()`

mridulm commented on PR #43193:
URL: https://github.com/apache/spark/pull/43193#issuecomment-1741954144

   Given this is deprecated, we have to move our usage out ... but one caveat is the loss of cached constructor we can no longer leverage.


-- 
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: reviews-unsubscribe@spark.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org