HyukjinKwon commented on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly 
cast into integer/long in udf-aggregates_part1.sql to avoid Python float 
limitation
URL: https://github.com/apache/spark/pull/25110#issuecomment-510352059
 
 
   I double checked that it works with JDK 11 just for doubly sure 
@dongjoon-hyun:
   
   ```
   Using /.../jdk-11.0.3.jdk/Contents/Home as default JAVA_HOME.
   Note, this will be overridden by -java-home if it is set.
   [info] Loading project definition from /.../spark/project
   [info] Updating {file:/.../spark/project/}spark-build...
   ...
   [info] SQLQueryTestSuite:
   ...
   [info] - udf/pgSQL/udf-aggregates_part1.sql - Scala UDF (17 seconds, 228 
milliseconds)
   [info] - udf/pgSQL/udf-aggregates_part1.sql - Regular Python UDF (36 
seconds, 170 milliseconds)
   [info] - udf/pgSQL/udf-aggregates_part1.sql - Scalar Pandas UDF (41 seconds, 
132 milliseconds)
   ...
   ```

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