ericm-db opened a new pull request, #53988:
URL: https://github.com/apache/spark/pull/53988

   ### What changes were proposed in this pull request?
   
     Move DataStreamReader.name() test cases from the standalone 
test_streaming_reader_name.py file into the existing test_streaming.py test 
suite to
     reduce test file proliferation.
   
     ### Why are the changes needed?
   
     Having a dedicated test file for a small number of related tests increases 
CI overhead and makes the test suite harder to navigate. These tests
     belong in the main streaming test suite.
   
     ### Does this PR introduce any user-facing change?
   
     No, test-only changes.
   
     ### How was this patch tested?
   
     - Existing tests moved to new location
     - All tests use sql_conf() context manager for proper config isolation
     - Tests can be run with: `python/run-tests --testnames 
'pyspark.sql.tests.streaming.test_streaming'`
   
     ### 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