AnishMahto commented on code in PR #56259:
URL: https://github.com/apache/spark/pull/56259#discussion_r3337791305
##########
dev/sparktestsupport/modules.py:
##########
@@ -1590,6 +1590,7 @@ def __hash__(self):
source_file_regexes=["python/pyspark/pipelines"],
python_test_goals=[
"pyspark.pipelines.tests.test_add_pipeline_analysis_context",
+ "pyspark.pipelines.tests.test_auto_cdc_flow",
Review Comment:
optional: can name to the more specific `test_auto_cdc_flow_construction` or
similar, to make it clear these are not E2E tests that actually try to execute
flows or send them over to the connect server.
--
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]