[ 
https://issues.apache.org/jira/browse/SPARK-37044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430675#comment-17430675
 ] 

Apache Spark commented on SPARK-37044:
--------------------------------------

User 'zero323' has created a pull request for this issue:
https://github.com/apache/spark/pull/34332

> Add Row to __all__ in pyspark.sql.types
> ---------------------------------------
>
>                 Key: SPARK-37044
>                 URL: https://issues.apache.org/jira/browse/SPARK-37044
>             Project: Spark
>          Issue Type: Improvement
>          Components: PySpark, SQL
>    Affects Versions: 3.1.0, 3.2.0, 3.3.0
>            Reporter: Maciej Szymkiewicz
>            Priority: Minor
>
> Currently {{Row}}, defined in {{pyspark.sql.types}} is exported from 
> {{pyspark.sql}} but not types. It means that {{from pyspark.sql.types import 
> *}} won't import {{Row}}.
> It might be counter-intuitive, especially when we import {{Row}} from 
> {{types}} in {{examples}}.
> Should we add it to {{__all__}}?



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

Reply via email to