[jira] [Assigned] (SPARK-36288) Update API usage on pyspark pandas documents

2021-07-26 Thread Hyukjin Kwon (Jira)


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

Hyukjin Kwon reassigned SPARK-36288:


Assignee: Leona Yoda

> Update API usage on pyspark pandas documents
> 
>
> Key: SPARK-36288
> URL: https://issues.apache.org/jira/browse/SPARK-36288
> Project: Spark
>  Issue Type: Improvement
>  Components: Documentation, PySpark
>Affects Versions: 3.2.0
>Reporter: Leona Yoda
>Assignee: Leona Yoda
>Priority: Minor
>
> I found several warning messages when I tested around ported Spark Pandas API 
> Documents (https://issues.apache.org/jira/browse/SPARK-34885).
> 1.  `spark.sql.execution.arrow.enabled` on Best Practice document
> {code:java}
> 21/07/26 05:42:02 WARN SQLConf: The SQL config 
> 'spark.sql.execution.arrow.enabled' has been deprecated in Spark v3.0 and may 
> be removed in the future. Use 'spark.sql.execution.arrow.pyspark.enabled' 
> instead of it.
> {code}
>  
> 2. `DataFrame.to_spark_io` on From/to other DBMSes document
> {code:java}
> /opt/spark/python/lib/pyspark.zip/pyspark/pandas/frame.py:4811: 
> FutureWarning: Deprecated in 3.2, Use spark.to_spark_io instead. 
> warnings.warn("Deprecated in 3.2, Use spark.to_spark_io instead.", 
> FutureWarning)
> {code}
>  
> At this time it worked but I think it's better to update API usage on those 
> documents.



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

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



[jira] [Assigned] (SPARK-36288) Update API usage on pyspark pandas documents

2021-07-26 Thread Apache Spark (Jira)


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

Apache Spark reassigned SPARK-36288:


Assignee: (was: Apache Spark)

> Update API usage on pyspark pandas documents
> 
>
> Key: SPARK-36288
> URL: https://issues.apache.org/jira/browse/SPARK-36288
> Project: Spark
>  Issue Type: Improvement
>  Components: Documentation, PySpark
>Affects Versions: 3.2.0
>Reporter: Leona Yoda
>Priority: Minor
>
> I found several warning messages when I tested around ported Spark Pandas API 
> Documents (https://issues.apache.org/jira/browse/SPARK-34885).
> 1.  `spark.sql.execution.arrow.enabled` on Best Practice document
> {code:java}
> 21/07/26 05:42:02 WARN SQLConf: The SQL config 
> 'spark.sql.execution.arrow.enabled' has been deprecated in Spark v3.0 and may 
> be removed in the future. Use 'spark.sql.execution.arrow.pyspark.enabled' 
> instead of it.
> {code}
>  
> 2. `DataFrame.to_spark_io` on From/to other DBMSes document
> {code:java}
> /opt/spark/python/lib/pyspark.zip/pyspark/pandas/frame.py:4811: 
> FutureWarning: Deprecated in 3.2, Use spark.to_spark_io instead. 
> warnings.warn("Deprecated in 3.2, Use spark.to_spark_io instead.", 
> FutureWarning)
> {code}
>  
> At this time it worked but I think it's better to update API usage on those 
> documents.



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

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



[jira] [Assigned] (SPARK-36288) Update API usage on pyspark pandas documents

2021-07-26 Thread Apache Spark (Jira)


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

Apache Spark reassigned SPARK-36288:


Assignee: Apache Spark

> Update API usage on pyspark pandas documents
> 
>
> Key: SPARK-36288
> URL: https://issues.apache.org/jira/browse/SPARK-36288
> Project: Spark
>  Issue Type: Improvement
>  Components: Documentation, PySpark
>Affects Versions: 3.2.0
>Reporter: Leona Yoda
>Assignee: Apache Spark
>Priority: Minor
>
> I found several warning messages when I tested around ported Spark Pandas API 
> Documents (https://issues.apache.org/jira/browse/SPARK-34885).
> 1.  `spark.sql.execution.arrow.enabled` on Best Practice document
> {code:java}
> 21/07/26 05:42:02 WARN SQLConf: The SQL config 
> 'spark.sql.execution.arrow.enabled' has been deprecated in Spark v3.0 and may 
> be removed in the future. Use 'spark.sql.execution.arrow.pyspark.enabled' 
> instead of it.
> {code}
>  
> 2. `DataFrame.to_spark_io` on From/to other DBMSes document
> {code:java}
> /opt/spark/python/lib/pyspark.zip/pyspark/pandas/frame.py:4811: 
> FutureWarning: Deprecated in 3.2, Use spark.to_spark_io instead. 
> warnings.warn("Deprecated in 3.2, Use spark.to_spark_io instead.", 
> FutureWarning)
> {code}
>  
> At this time it worked but I think it's better to update API usage on those 
> documents.



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

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