Github user sethah commented on a diff in the pull request:

    https://github.com/apache/spark/pull/12896#discussion_r62083620
  
    --- Diff: python/pyspark/ml/tests.py ---
    @@ -1027,6 +1027,21 @@ def test_storage_levels(self):
             self.assertEqual(als.getFinalStorageLevel(), "DISK_ONLY")
             self.assertEqual(als._java_obj.getFinalStorageLevel(), "DISK_ONLY")
     
    +    def test_unknown_strategy(self):
    --- End diff --
    
    I don't think we need to test this at all. We already have tests to check 
the param setters and getters and transfer to java, and that's really all this 
does. I don't know why we would need to check this, but _not_ check the many 
other params ALS has.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to