LuciferYang commented on a change in pull request #31939:
URL: https://github.com/apache/spark/pull/31939#discussion_r600189025
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/ExternalAppendOnlyUnsafeRowArrayBenchmark.scala
##########
@@ -47,6 +47,7 @@ object ExternalAppendOnlyUnsafeRowArrayBenchmark extends
BenchmarkBase {
// for a bug we had with bytes written past the last object in a batch
(SPARK-2792)
.set(config.SERIALIZER_OBJECT_STREAM_RESET, 1)
.set(config.SERIALIZER, "org.apache.spark.serializer.JavaSerializer")
+ .set(config.EXECUTOR_ALLOW_SPARK_CONTEXT, true)
Review comment:
done
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]