HyukjinKwon commented on issue #25069: [SPARK-28270][SQL][PYTHON] Convert and 
port 'pgSQL/aggregates_part1.sql' into UDF test base
URL: https://github.com/apache/spark/pull/25069#issuecomment-510339534
 
 
   It actually passed in my local as well.. but seems dependent on specific 
Python version or OS specific ... 
   
   ```
   Expected "32.666666666[666664]", but got "32.666666666[7]" Result did not 
match for query #1&#010;SELECT udf(avg(a)) AS avg_32 FROM aggtest WHERE a < 100
   ```
   
   I think it's https://docs.python.org/3/tutorial/floatingpoint.html .. Let me 
just cast it into int as I worked around in this PR.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to