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

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

Max Gekk created SPARK-42516:
--------------------------------

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


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