MaxGekk commented on code in PR #44468:
URL: https://github.com/apache/spark/pull/44468#discussion_r1437438404
##########
python/pyspark/sql/tests/connect/test_connect_basic.py:
##########
@@ -3452,7 +3452,7 @@ def test_error_stack_trace(self):
self.spark.stop()
spark = (
PySparkSession.builder.config(conf=self.conf())
- .config("spark.connect.jvmStacktrace.maxSize", 128)
+ .config("spark.connect.grpc.maxMetadataSize", 128)
Review Comment:
I had to restrict amount of metadata much more otherwise the test fails w/ a
gRPC failure: client cannot receive big message.
--
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]