anew commented on code in PR #56045:
URL: https://github.com/apache/spark/pull/56045#discussion_r3288859688


##########
python/pyspark/pipelines/tests/test_graph_element_registry.py:
##########
@@ -97,6 +98,83 @@ def flow2():
         self.assertEqual(sink_obj.options["key1"], "value1")
         assert 
sink_obj.source_code_location.filename.endswith("test_graph_element_registry.py")
 
+    def test_create_auto_cdc_flow(self):

Review Comment:
   I guess this tests the behavior with minimal required arguments. But I'd say 
it should validate that the defaults are correct. Adding that.



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