[jira] [Created] (SPARK-36287) create TimestampNTZType in pyspark

2021-07-26 Thread Dominik Gehl (Jira)
Dominik Gehl created SPARK-36287: Summary: create TimestampNTZType in pyspark Key: SPARK-36287 URL: https://issues.apache.org/jira/browse/SPARK-36287 Project: Spark Issue Type: New Feature

[jira] [Created] (SPARK-36259) Expose localtimestamp in pyspark.sql.functions

2021-07-22 Thread Dominik Gehl (Jira)
Dominik Gehl created SPARK-36259: Summary: Expose localtimestamp in pyspark.sql.functions Key: SPARK-36259 URL: https://issues.apache.org/jira/browse/SPARK-36259 Project: Spark Issue Type:

[jira] [Created] (SPARK-36258) Export functionExists in pyspark catalog

2021-07-22 Thread Dominik Gehl (Jira)
Dominik Gehl created SPARK-36258: Summary: Export functionExists in pyspark catalog Key: SPARK-36258 URL: https://issues.apache.org/jira/browse/SPARK-36258 Project: Spark Issue Type:

[jira] [Updated] (SPARK-36243) pyspark catalog.tableExists doesn't work for temporary views

2021-07-21 Thread Dominik Gehl (Jira)
[ https://issues.apache.org/jira/browse/SPARK-36243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Gehl updated SPARK-36243: - Component/s: (was: Java API) PySpark Description: Documentation in

[jira] [Created] (SPARK-36243) scala catalog.tableExists doesn't work for temporary views

2021-07-21 Thread Dominik Gehl (Jira)
Dominik Gehl created SPARK-36243: Summary: scala catalog.tableExists doesn't work for temporary views Key: SPARK-36243 URL: https://issues.apache.org/jira/browse/SPARK-36243 Project: Spark

[jira] [Created] (SPARK-36226) improve python docstring links to other pyspark classes

2021-07-20 Thread Dominik Gehl (Jira)
Dominik Gehl created SPARK-36226: Summary: improve python docstring links to other pyspark classes Key: SPARK-36226 URL: https://issues.apache.org/jira/browse/SPARK-36226 Project: Spark

[jira] [Created] (SPARK-36225) python docstring referencing non existing Dataset class

2021-07-20 Thread Dominik Gehl (Jira)
Dominik Gehl created SPARK-36225: Summary: python docstring referencing non existing Dataset class Key: SPARK-36225 URL: https://issues.apache.org/jira/browse/SPARK-36225 Project: Spark

[jira] [Updated] (SPARK-36209) https://spark.apache.org/docs/latest/sql-programming-guide.html contains invalid link to Python doc

2021-07-19 Thread Dominik Gehl (Jira)
[ https://issues.apache.org/jira/browse/SPARK-36209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Gehl updated SPARK-36209: - Description: On https://spark.apache.org/docs/latest/sql-programming-guide.html , the link to

[jira] [Created] (SPARK-36209) https://spark.apache.org/docs/latest/sql-programming-guide.html contains invalid link to Python doc

2021-07-19 Thread Dominik Gehl (Jira)
Dominik Gehl created SPARK-36209: Summary: https://spark.apache.org/docs/latest/sql-programming-guide.html contains invalid link to Python doc Key: SPARK-36209 URL:

[jira] [Created] (SPARK-36207) Export databaseExists in pyspark.sql.catalog

2021-07-19 Thread Dominik Gehl (Jira)
Dominik Gehl created SPARK-36207: Summary: Export databaseExists in pyspark.sql.catalog Key: SPARK-36207 URL: https://issues.apache.org/jira/browse/SPARK-36207 Project: Spark Issue Type:

[jira] [Created] (SPARK-36181) Update pyspark sql readwriter documentation to Scala level

2021-07-16 Thread Dominik Gehl (Jira)
Dominik Gehl created SPARK-36181: Summary: Update pyspark sql readwriter documentation to Scala level Key: SPARK-36181 URL: https://issues.apache.org/jira/browse/SPARK-36181 Project: Spark

[jira] [Updated] (SPARK-36178) Document PySpark Catalog APIs in docs/source/reference/pyspark.sql.rst

2021-07-16 Thread Dominik Gehl (Jira)
[ https://issues.apache.org/jira/browse/SPARK-36178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Gehl updated SPARK-36178: - Summary: Document PySpark Catalog APIs in docs/source/reference/pyspark.sql.rst (was: document

[jira] [Created] (SPARK-36178) document PySpark Catalog APIs in docs/source/reference/pyspark.sql.rst

2021-07-16 Thread Dominik Gehl (Jira)
Dominik Gehl created SPARK-36178: Summary: document PySpark Catalog APIs in docs/source/reference/pyspark.sql.rst Key: SPARK-36178 URL: https://issues.apache.org/jira/browse/SPARK-36178 Project:

[jira] [Updated] (SPARK-36176) expose tableExists in pyspark.sql.catalog

2021-07-16 Thread Dominik Gehl (Jira)
[ https://issues.apache.org/jira/browse/SPARK-36176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Gehl updated SPARK-36176: - Summary: expose tableExists in pyspark.sql.catalog (was: expost tableExists in

[jira] [Created] (SPARK-36176) expost tableExists in pyspark.sql.catalog

2021-07-16 Thread Dominik Gehl (Jira)
Dominik Gehl created SPARK-36176: Summary: expost tableExists in pyspark.sql.catalog Key: SPARK-36176 URL: https://issues.apache.org/jira/browse/SPARK-36176 Project: Spark Issue Type:

[jira] [Updated] (SPARK-36160) pyspark sql/column documentation doesn't always match scala documentation

2021-07-16 Thread Dominik Gehl (Jira)
[ https://issues.apache.org/jira/browse/SPARK-36160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Gehl updated SPARK-36160: - Description: The pyspark sql/column documentation for methods between, getField, dropFields and

[jira] [Created] (SPARK-36160) pyspark sql/column documentation for between is complicated

2021-07-15 Thread Dominik Gehl (Jira)
Dominik Gehl created SPARK-36160: Summary: pyspark sql/column documentation for between is complicated Key: SPARK-36160 URL: https://issues.apache.org/jira/browse/SPARK-36160 Project: Spark

[jira] [Created] (SPARK-36158) pyspark sql/functions documentation for months_between isn't as precise as scala version

2021-07-15 Thread Dominik Gehl (Jira)
Dominik Gehl created SPARK-36158: Summary: pyspark sql/functions documentation for months_between isn't as precise as scala version Key: SPARK-36158 URL: https://issues.apache.org/jira/browse/SPARK-36158

[jira] [Created] (SPARK-36154) pyspark documentation doesn't mention week and quarter as valid format arguments to trunc

2021-07-15 Thread Dominik Gehl (Jira)
Dominik Gehl created SPARK-36154: Summary: pyspark documentation doesn't mention week and quarter as valid format arguments to trunc Key: SPARK-36154 URL: https://issues.apache.org/jira/browse/SPARK-36154

[jira] [Commented] (SPARK-36149) dayofweek documentation for python and R

2021-07-15 Thread Dominik Gehl (Jira)
[ https://issues.apache.org/jira/browse/SPARK-36149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17381101#comment-17381101 ] Dominik Gehl commented on SPARK-36149: -- Same is true for weekofyear > dayofweek documentation for

[jira] [Updated] (SPARK-36149) dayofweek documentation for python and R

2021-07-15 Thread Dominik Gehl (Jira)
[ https://issues.apache.org/jira/browse/SPARK-36149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Gehl updated SPARK-36149: - Description: Python and R documentation for {{dayofweek}} doesn't mention which integer

[jira] [Created] (SPARK-36149) dayofweek documentation for python and R

2021-07-15 Thread Dominik Gehl (Jira)
Dominik Gehl created SPARK-36149: Summary: dayofweek documentation for python and R Key: SPARK-36149 URL: https://issues.apache.org/jira/browse/SPARK-36149 Project: Spark Issue Type: