zhengruifeng opened a new pull request, #48388:
URL: https://github.com/apache/spark/pull/48388

   ### What changes were proposed in this pull request?
   Reduce the python worker error log of `test_toDF_with_schema_string`
   
   
   ### Why are the changes needed?
   When I run the test locally
   ```python
   python/run-tests -k --python-executables python3 --testnames 
'pyspark.sql.tests.test_dataframe'
   ```
   
   Two assertions in `test_toDF_with_schema_string` generate too many python 
worker error logs (~1k lines), which easily exceed the limitation of terminal 
and make it hard to debug.
   
   So I want to reduce the number of python workers in the two assertions.
   
   
   ### Does this PR introduce _any_ user-facing change?
   no, test only
   
   
   ### How was this patch tested?
   manually test, the logs will be reduced to ~200 lines
   
   
   ### Was this patch authored or co-authored using generative AI tooling?
   no
   


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