zhztheplayer commented on code in PR #8904:
URL: https://github.com/apache/incubator-gluten/pull/8904#discussion_r1995135049
##########
gluten-core/src/main/scala/org/apache/gluten/GlutenPlugin.scala:
##########
@@ -267,6 +268,7 @@ private[gluten] class GlutenExecutorPlugin extends
ExecutorPlugin {
/** Initialize the executor plugin. */
override def init(ctx: PluginContext, extraConf: util.Map[String, String]):
Unit = {
+ CodedInputStreamClassInitializer
Review Comment:
Thank you for the explanation. It's OK if we don't pass a number. Though I
would suggest having an method for this purpose than relying on class
initialization, e.g.,
```
CodedInputStreamClassInitializer.modifyDefaultRecursionLimitUnsafe()
```
Code like `CodedInputStreamClassInitializer` can be less intuitive and
perhaps could cause IDEs to complain about the writing or so.
--
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]