Github user marmbrus commented on the pull request:

    https://github.com/apache/spark/pull/6902#issuecomment-114301067
  
    Mind fixing these?  I think its okay to drop the tests in order to make the 
build clean, given the function is deprecated (and I think there is no way to 
avoid the warning here).
    
    ```
    [warn] 
/home/michael/spark/sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala:309:
 method callUdf in object functions is deprecated: Use callUDF
    [warn]       df.select($"id", callUdf("simpleUdf", $"value")),
    [warn]                        ^
    [warn] 
/home/michael/spark/sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala:146:
 method callUDF in object functions is deprecated: Use udf
    [warn]     val dfWithId = df.withColumn("id", callUDF(id, StringType))
    [warn]                                        ^
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to