PHILO-HE commented on code in PR #8904:
URL: https://github.com/apache/incubator-gluten/pull/8904#discussion_r1994650354


##########
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:
   @zhztheplayer, I feel it may be not necessary to expose the setting API 
since the value we set is large enough. I prefer hiding the detail in this 
piece of code. Thanks!



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

Reply via email to