We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ddbfae commit 799976eCopy full SHA for 799976e
python/pyspark/tests.py
@@ -644,7 +644,6 @@ def test_count_approx_distinct(self):
644
self.assertTrue(18 < rdd.map(lambda x: (x, -x)).countApproxDistinct() < 22)
645
646
self.assertRaises(ValueError, lambda: rdd.countApproxDistinct(0.00000001))
647
- self.assertRaises(ValueError, lambda: rdd.countApproxDistinct(0.5))
648
649
def test_histogram(self):
650
# empty
0 commit comments