purijatin commented on issue #23549: [SPARK-26616][MLlib] Expose document 
frequency in IDFModel
URL: https://github.com/apache/spark/pull/23549#issuecomment-455973958
 
 
   It is weird: when I run the failed test locally with `python/run-tests 
--testnames pyspark.ml.feature`:
   
   It passes for `3L` (and fails for `3`). `3L` was the original case. So I 
dont know why it failed on jenkins.
   I am unable to replicate the original issue locally with `3L`.
   
   I have modified the test case as:
   
   ```python
   >>> model.numDocs == df.count()
   True
   ```
   This passes the test.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to