You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2023/02/21 17:09:00 UTC

[jira] [Commented] (SPARK-42516) Non-captured session time zone in view creation

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

Apache Spark commented on SPARK-42516:
--------------------------------------

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

> Non-captured session time zone in view creation
> -----------------------------------------------
>
>                 Key: SPARK-42516
>                 URL: https://issues.apache.org/jira/browse/SPARK-42516
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.4.0
>            Reporter: Max Gekk
>            Assignee: Max Gekk
>            Priority: Major
>
> The session time zone config is captured only when it is set explicitly but if it is not the view is instantiated with the current settings. That's might confuse users, for instance:
> Set the session time zone explicitly before view creation:
> {code:java}
> TODO
> {code}
> Set the same time zone implicitly as JVM time zone, and the default value of the SQL config   spark.sql.session.timeZone.
> {code:java}
> TODO
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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