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

[jira] [Updated] (SPARK-41834) Implement SparkSession.conf

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

Hyukjin Kwon updated SPARK-41834:
---------------------------------
    Fix Version/s: 3.4.0
                       (was: 3.5.0)

> Implement SparkSession.conf
> ---------------------------
>
>                 Key: SPARK-41834
>                 URL: https://issues.apache.org/jira/browse/SPARK-41834
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Connect
>    Affects Versions: 3.4.0
>            Reporter: Sandeep Singh
>            Assignee: Takuya Ueshin
>            Priority: Major
>             Fix For: 3.4.0
>
>
> {code:java}
> File "/Users/s.singh/personal/spark-oss/python/pyspark/sql/connect/functions.py", line 2119, in pyspark.sql.connect.functions.unix_timestamp
> Failed example:
>     spark.conf.set("spark.sql.session.timeZone", "America/Los_Angeles")
> Exception raised:
>     Traceback (most recent call last):
>       File "/usr/local/Cellar/python@3.10/3.10.8/Frameworks/Python.framework/Versions/3.10/lib/python3.10/doctest.py", line 1350, in __run
>         exec(compile(example.source, filename, "single",
>       File "<doctest pyspark.sql.connect.functions.unix_timestamp[0]>", line 1, in <module>
>         spark.conf.set("spark.sql.session.timeZone", "America/Los_Angeles")
>     AttributeError: 'SparkSession' object has no attribute 'conf'{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