You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2020/06/11 03:13:00 UTC

[jira] [Updated] (SPARK-31965) Run the tests in registerJavaFunction and registerJavaUDAF if test classes are not complied

     [ https://issues.apache.org/jira/browse/SPARK-31965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon updated SPARK-31965:
---------------------------------
    Summary: Run the tests in registerJavaFunction and registerJavaUDAF if test classes are not complied  (was: Skip tests in registerJavaFunction and registerJavaUDAF if test classes are not complied)

> Run the tests in registerJavaFunction and registerJavaUDAF if test classes are not complied
> -------------------------------------------------------------------------------------------
>
>                 Key: SPARK-31965
>                 URL: https://issues.apache.org/jira/browse/SPARK-31965
>             Project: Spark
>          Issue Type: Bug
>          Components: PySpark, Tests
>    Affects Versions: 2.4.6, 3.0.0
>            Reporter: Hyukjin Kwon
>            Priority: Minor
>
> If you do a plain package with sbt:
> {code}
> ./build/sbt -DskipTests -Phive-thriftserver clean package
> ./run-tests --python-executable=python3 --testname="pyspark.sql.udf UserDefinedFunction"
> {code}
> The doctests in registerJavaFunction and registerJavaUDAF fail because it requires some classes from the test compilation.
> We should skip them conditionally



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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