[jira] [Created] (SPARK-45782) Add Dataframe API df.explainString()

2023-11-03 Thread Khalid Mammadov (Jira)
Khalid Mammadov created SPARK-45782: --- Summary: Add Dataframe API df.explainString() Key: SPARK-45782 URL: https://issues.apache.org/jira/browse/SPARK-45782 Project: Spark Issue Type:

[jira] [Created] (SPARK-45716) Python parity method StructType.treeString

2023-10-28 Thread Khalid Mammadov (Jira)
Khalid Mammadov created SPARK-45716: --- Summary: Python parity method StructType.treeString Key: SPARK-45716 URL: https://issues.apache.org/jira/browse/SPARK-45716 Project: Spark Issue Type:

[jira] [Created] (SPARK-43243) Add Level param to df.printSchema for Python API

2023-04-23 Thread Khalid Mammadov (Jira)
Khalid Mammadov created SPARK-43243: --- Summary: Add Level param to df.printSchema for Python API Key: SPARK-43243 URL: https://issues.apache.org/jira/browse/SPARK-43243 Project: Spark Issue

[jira] [Updated] (SPARK-42437) Pyspark catalog.cacheTable allow to specify storage level Connect add support Storagelevel

2023-03-17 Thread Khalid Mammadov (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Khalid Mammadov updated SPARK-42437: Target Version/s: (was: 3.5.0) Affects Version/s: 3.4.0

[jira] [Created] (SPARK-42437) Pyspark catalog.cacheTable allow to specify storage level

2023-02-14 Thread Khalid Mammadov (Jira)
Khalid Mammadov created SPARK-42437: --- Summary: Pyspark catalog.cacheTable allow to specify storage level Key: SPARK-42437 URL: https://issues.apache.org/jira/browse/SPARK-42437 Project: Spark

[jira] [Created] (SPARK-42400) Code clean up in org.apache.spark.storage

2023-02-10 Thread Khalid Mammadov (Jira)
Khalid Mammadov created SPARK-42400: --- Summary: Code clean up in org.apache.spark.storage Key: SPARK-42400 URL: https://issues.apache.org/jira/browse/SPARK-42400 Project: Spark Issue Type:

[jira] [Created] (SPARK-42257) Remove unused variable in ExternalSorter

2023-01-31 Thread Khalid Mammadov (Jira)
Khalid Mammadov created SPARK-42257: --- Summary: Remove unused variable in ExternalSorter Key: SPARK-42257 URL: https://issues.apache.org/jira/browse/SPARK-42257 Project: Spark Issue Type:

[jira] [Commented] (SPARK-37946) Use error classes in the execution errors related to partitions

2022-10-31 Thread Khalid Mammadov (Jira)
[ https://issues.apache.org/jira/browse/SPARK-37946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17626866#comment-17626866 ] Khalid Mammadov commented on SPARK-37946: - Hi [~maxgekk], I see this one is not done yet here:

[jira] [Comment Edited] (SPARK-37945) Use error classes in the execution errors of arithmetic ops

2022-10-15 Thread Khalid Mammadov (Jira)
[ https://issues.apache.org/jira/browse/SPARK-37945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17618038#comment-17618038 ] Khalid Mammadov edited comment on SPARK-37945 at 10/15/22 8:43 AM: --- I

[jira] [Commented] (SPARK-37945) Use error classes in the execution errors of arithmetic ops

2022-10-15 Thread Khalid Mammadov (Jira)
[ https://issues.apache.org/jira/browse/SPARK-37945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17618038#comment-17618038 ] Khalid Mammadov commented on SPARK-37945: - I was [about to finish

[jira] [Commented] (SPARK-37945) Use error classes in the execution errors of arithmetic ops

2022-10-10 Thread Khalid Mammadov (Jira)
[ https://issues.apache.org/jira/browse/SPARK-37945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17615361#comment-17615361 ] Khalid Mammadov commented on SPARK-37945: - [~maxgekk] I see you have already fixed most of

[jira] [Commented] (SPARK-38465) Use error classes in org.apache.spark.launcher

2022-10-01 Thread Khalid Mammadov (Jira)
[ https://issues.apache.org/jira/browse/SPARK-38465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17611896#comment-17611896 ] Khalid Mammadov commented on SPARK-38465: - Hi [~bozhang] [~maxgekk], I would like to look into

[jira] [Created] (SPARK-40620) Deduplication of WorkerOffer build in CoarseGrainedSchedulerBackend

2022-09-30 Thread Khalid Mammadov (Jira)
Khalid Mammadov created SPARK-40620: --- Summary: Deduplication of WorkerOffer build in CoarseGrainedSchedulerBackend Key: SPARK-40620 URL: https://issues.apache.org/jira/browse/SPARK-40620 Project:

[jira] [Created] (SPARK-40210) Fix math atan2, hypot, pow and pmod float argument call

2022-08-24 Thread Khalid Mammadov (Jira)
Khalid Mammadov created SPARK-40210: --- Summary: Fix math atan2, hypot, pow and pmod float argument call Key: SPARK-40210 URL: https://issues.apache.org/jira/browse/SPARK-40210 Project: Spark

[jira] [Updated] (SPARK-40009) Add missing doc string info to DataFrame API

2022-08-14 Thread Khalid Mammadov (Jira)
[ https://issues.apache.org/jira/browse/SPARK-40009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Khalid Mammadov updated SPARK-40009: Description: Some of the docstrings in Python DataFrame API is not complete, for example

[jira] [Updated] (SPARK-40009) Add missing doc string info to DataFrame API

2022-08-14 Thread Khalid Mammadov (Jira)
[ https://issues.apache.org/jira/browse/SPARK-40009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Khalid Mammadov updated SPARK-40009: Summary: Add missing doc string info to DataFrame API (was: Add doc string to DataFrame

[jira] [Created] (SPARK-40009) Add doc string to DataFrame union and unionAll

2022-08-08 Thread Khalid Mammadov (Jira)
Khalid Mammadov created SPARK-40009: --- Summary: Add doc string to DataFrame union and unionAll Key: SPARK-40009 URL: https://issues.apache.org/jira/browse/SPARK-40009 Project: Spark Issue

[jira] [Created] (SPARK-39982) StructType.fromJson method missing documentation

2022-08-04 Thread Khalid Mammadov (Jira)
Khalid Mammadov created SPARK-39982: --- Summary: StructType.fromJson method missing documentation Key: SPARK-39982 URL: https://issues.apache.org/jira/browse/SPARK-39982 Project: Spark Issue

[jira] [Created] (SPARK-38261) Sync missing R packages with CI

2022-02-20 Thread Khalid Mammadov (Jira)
Khalid Mammadov created SPARK-38261: --- Summary: Sync missing R packages with CI Key: SPARK-38261 URL: https://issues.apache.org/jira/browse/SPARK-38261 Project: Spark Issue Type: Github

[jira] [Created] (SPARK-38210) Spark documentation build README is stale

2022-02-14 Thread Khalid Mammadov (Jira)
Khalid Mammadov created SPARK-38210: --- Summary: Spark documentation build README is stale Key: SPARK-38210 URL: https://issues.apache.org/jira/browse/SPARK-38210 Project: Spark Issue Type:

[jira] [Created] (SPARK-38120) HiveExternalCatalog.listPartitions is failing when partition column name is upper case and dot in partition value

2022-02-06 Thread Khalid Mammadov (Jira)
Khalid Mammadov created SPARK-38120: --- Summary: HiveExternalCatalog.listPartitions is failing when partition column name is upper case and dot in partition value Key: SPARK-38120 URL:

[jira] [Commented] (SPARK-37996) Contribution guide is stale

2022-02-02 Thread Khalid Mammadov (Jira)
[ https://issues.apache.org/jira/browse/SPARK-37996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17486139#comment-17486139 ] Khalid Mammadov commented on SPARK-37996: - Raised PR:

[jira] [Commented] (SPARK-37996) Contribution guide is stale

2022-01-27 Thread Khalid Mammadov (Jira)
[ https://issues.apache.org/jira/browse/SPARK-37996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17482946#comment-17482946 ] Khalid Mammadov commented on SPARK-37996: - Sure, working on it. Thanks for the repo link! >

[jira] [Created] (SPARK-38025) Improve test suite ExternalCatalogSuite

2022-01-25 Thread Khalid Mammadov (Jira)
Khalid Mammadov created SPARK-38025: --- Summary: Improve test suite ExternalCatalogSuite Key: SPARK-38025 URL: https://issues.apache.org/jira/browse/SPARK-38025 Project: Spark Issue Type:

[jira] [Created] (SPARK-37996) Contribution guide is stale

2022-01-24 Thread Khalid Mammadov (Jira)
Khalid Mammadov created SPARK-37996: --- Summary: Contribution guide is stale Key: SPARK-37996 URL: https://issues.apache.org/jira/browse/SPARK-37996 Project: Spark Issue Type: Improvement

[jira] [Created] (SPARK-37991) Improve test case inside SQL\Catalyst\Catalog

2022-01-23 Thread Khalid Mammadov (Jira)
Khalid Mammadov created SPARK-37991: --- Summary: Improve test case inside SQL\Catalyst\Catalog Key: SPARK-37991 URL: https://issues.apache.org/jira/browse/SPARK-37991 Project: Spark Issue