You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/10/17 09:19:41 UTC

[GitHub] [spark] ulysses-you commented on pull request #30075: [SPARK-33131][SQL][2.4] Fix grouping sets with having clause can not resolve qualified col name

ulysses-you commented on pull request #30075:
URL: https://github.com/apache/spark/pull/30075#issuecomment-710782228


   Seems this error is not related.
   ```
   Traceback (most recent call last):
     File "/home/runner/work/spark/spark/python/pyspark/mllib/tests.py", line 1492, in test_training_and_prediction
       self._eventually(condition, timeout=180.0)
     File "/home/runner/work/spark/spark/python/pyspark/mllib/tests.py", line 133, in _eventually
       lastValue = condition()
     File "/home/runner/work/spark/spark/python/pyspark/mllib/tests.py", line 1487, in condition
       self.assertGreater(errors[1] - errors[-1], 0.3)
   AssertionError: -0.07000000000000006 not greater than 0.3
   ```
   
   cc @viirya @HyukjinKwon  can we backport [#23586](https://github.com/apache/spark/pull/23586) in branch-2.4 ?


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org