Github user rxin commented on a diff in the pull request:
https://github.com/apache/spark/pull/14236#discussion_r71101740
--- Diff: sql/core/src/main/scala/org/apache/spark/sql/functions.scala ---
@@ -977,7 +977,10 @@ object functions {
*
* @group normal_funcs
* @since 1.4.0
+ * @deprecated As of 2.0.0, replaced by `monotonically_increasing_id`.
This will be removed in
+ * Spark 2.1.
*/
+ @deprecated("Use monotonically_increasing_id. This will be removed in
Spark 2.1.", "2.0.0")
--- End diff --
we probably don't want to remove it in 2.1. can you just say "Use
monotonically_increasing_id()"
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]