Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-03-05 Thread via GitHub
dongjoon-hyun commented on PR #50040: URL: https://github.com/apache/spark/pull/50040#issuecomment-2702759012 For the record, `branch-3.5` is recovered. https://github.com/user-attachments/assets/d88ab2ae-d817-4552-b7c4-edbf5bf41740"; /> -- This is an automated message from the

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-03-05 Thread via GitHub
dongjoon-hyun commented on PR #50040: URL: https://github.com/apache/spark/pull/50040#issuecomment-2702640013 Now, this is reverted from branch-3.5 via https://github.com/apache/spark/commit/c8c0f1feb0f2680ac7437eae926c17724af0d94e due to the CI failure. Please make a backporting PR

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-03-05 Thread via GitHub
dongjoon-hyun commented on PR #50040: URL: https://github.com/apache/spark/pull/50040#issuecomment-2702637256 I verified that the reverting recovers `unidoc`. ``` $ git log --oneline -n1 c8c0f1feb0f (HEAD -> branch-3.5) Revert "[SPARK-51281][SQL] DataFrameWriterV2 should respect the

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-03-05 Thread via GitHub
dongjoon-hyun commented on PR #50040: URL: https://github.com/apache/spark/pull/50040#issuecomment-2702546080 @cloud-fan . It's a `unidoc` failure and it happens on all commit builder and PR builder (on branch-3.5) after this PR. ``` [info] Main Scala API documentation to /__w/spark/s

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-03-05 Thread via GitHub
cloud-fan commented on PR #50040: URL: https://github.com/apache/spark/pull/50040#issuecomment-2700284666 hmm how can it be? This PR doesn't touch any doc... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-03-04 Thread via GitHub
yaooqinn commented on PR #50040: URL: https://github.com/apache/spark/pull/50040#issuecomment-268205 Hi, https://github.com/apache/spark/actions/runs/13567662565/job/37924455859 The doc build CI for 3.5 seems broken after this PR merged -- This is an automated message from the A

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-02-27 Thread via GitHub
cloud-fan closed pull request #50040: [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option URL: https://github.com/apache/spark/pull/50040 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-02-27 Thread via GitHub
cloud-fan commented on PR #50040: URL: https://github.com/apache/spark/pull/50040#issuecomment-2687956522 thanks for the review, merging to master/4.0/3.5! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-02-27 Thread via GitHub
cloud-fan commented on code in PR #50040: URL: https://github.com/apache/spark/pull/50040#discussion_r1973575824 ## sql/core/src/test/scala/org/apache/spark/sql/DataFrameWriterV2Suite.scala: ## @@ -841,20 +841,24 @@ class DataFrameWriterV2Suite extends QueryTest with SharedSpar

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-02-27 Thread via GitHub
cloud-fan commented on code in PR #50040: URL: https://github.com/apache/spark/pull/50040#discussion_r1973251531 ## sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala: ## @@ -5545,6 +5545,15 @@ object SQLConf { .booleanConf .createWithDefault(false

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-02-26 Thread via GitHub
cloud-fan commented on PR #50040: URL: https://github.com/apache/spark/pull/50040#issuecomment-2684585464 We only have the API doc: https://spark.apache.org/docs/latest/api/scala/org/apache/spark/sql/DataFrameWriterV2.html -- This is an automated message from the Apache Git Service. To re

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-02-26 Thread via GitHub
cloud-fan commented on code in PR #50040: URL: https://github.com/apache/spark/pull/50040#discussion_r1971357977 ## sql/core/src/test/scala/org/apache/spark/sql/DataFrameWriterV2Suite.scala: ## @@ -839,4 +839,30 @@ class DataFrameWriterV2Suite extends QueryTest with SharedSpark

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-02-25 Thread via GitHub
manuzhang commented on PR #50040: URL: https://github.com/apache/spark/pull/50040#issuecomment-2681116334 BTW, do we have documentations on DataFrameWriterV2 API? I don't find any from searching on the Spark website. -- This is an automated message from the Apache Git Service. To respond

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-02-25 Thread via GitHub
beliefer commented on code in PR #50040: URL: https://github.com/apache/spark/pull/50040#discussion_r1969247223 ## sql/core/src/test/scala/org/apache/spark/sql/DataFrameWriterV2Suite.scala: ## @@ -841,20 +841,24 @@ class DataFrameWriterV2Suite extends QueryTest with SharedSpark

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-02-24 Thread via GitHub
szehon-ho commented on code in PR #50040: URL: https://github.com/apache/spark/pull/50040#discussion_r1969046534 ## sql/core/src/test/scala/org/apache/spark/sql/DataFrameWriterV2Suite.scala: ## @@ -839,4 +839,30 @@ class DataFrameWriterV2Suite extends QueryTest with SharedSpark

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-02-24 Thread via GitHub
dongjoon-hyun commented on code in PR #50040: URL: https://github.com/apache/spark/pull/50040#discussion_r1969044495 ## sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala: ## @@ -5545,6 +5545,15 @@ object SQLConf { .booleanConf .createWithDefault(f

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-02-24 Thread via GitHub
cloud-fan commented on code in PR #50040: URL: https://github.com/apache/spark/pull/50040#discussion_r1968959548 ## sql/core/src/test/scala/org/apache/spark/sql/DataFrameWriterV2Suite.scala: ## @@ -841,20 +841,24 @@ class DataFrameWriterV2Suite extends QueryTest with SharedSpar

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-02-24 Thread via GitHub
beliefer commented on code in PR #50040: URL: https://github.com/apache/spark/pull/50040#discussion_r1967675305 ## sql/core/src/test/scala/org/apache/spark/sql/DataFrameWriterV2Suite.scala: ## @@ -841,20 +841,24 @@ class DataFrameWriterV2Suite extends QueryTest with SharedSpark

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-02-24 Thread via GitHub
cloud-fan commented on code in PR #50040: URL: https://github.com/apache/spark/pull/50040#discussion_r1967634418 ## sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala: ## @@ -5545,6 +5545,15 @@ object SQLConf { .booleanConf .createWithDefault(false

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-02-23 Thread via GitHub
beliefer commented on code in PR #50040: URL: https://github.com/apache/spark/pull/50040#discussion_r1967072225 ## sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala: ## @@ -5545,6 +5545,15 @@ object SQLConf { .booleanConf .createWithDefault(false)

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-02-23 Thread via GitHub
beliefer commented on code in PR #50040: URL: https://github.com/apache/spark/pull/50040#discussion_r1967061151 ## sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala: ## @@ -5545,6 +5545,15 @@ object SQLConf { .booleanConf .createWithDefault(false)

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-02-23 Thread via GitHub
dongjoon-hyun commented on code in PR #50040: URL: https://github.com/apache/spark/pull/50040#discussion_r1967023059 ## sql/core/src/test/scala/org/apache/spark/sql/DataFrameWriterV2Suite.scala: ## @@ -839,4 +839,26 @@ class DataFrameWriterV2Suite extends QueryTest with SharedS

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-02-23 Thread via GitHub
dongjoon-hyun commented on code in PR #50040: URL: https://github.com/apache/spark/pull/50040#discussion_r1967023059 ## sql/core/src/test/scala/org/apache/spark/sql/DataFrameWriterV2Suite.scala: ## @@ -839,4 +839,26 @@ class DataFrameWriterV2Suite extends QueryTest with SharedS

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-02-23 Thread via GitHub
cloud-fan commented on code in PR #50040: URL: https://github.com/apache/spark/pull/50040#discussion_r1966991532 ## sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala: ## @@ -5545,6 +5545,15 @@ object SQLConf { .booleanConf .createWithDefault(false

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-02-21 Thread via GitHub
dongjoon-hyun commented on code in PR #50040: URL: https://github.com/apache/spark/pull/50040#discussion_r1965769460 ## sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala: ## @@ -5545,6 +5545,15 @@ object SQLConf { .booleanConf .createWithDefault(f

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-02-21 Thread via GitHub
cloud-fan commented on PR #50040: URL: https://github.com/apache/spark/pull/50040#issuecomment-2673951588 @dongjoon-hyun shall we include it in 3.5.5? Also cc @aokolnychyi -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-02-21 Thread via GitHub
cloud-fan commented on code in PR #50040: URL: https://github.com/apache/spark/pull/50040#discussion_r1965099273 ## sql/core/src/test/scala/org/apache/spark/sql/DataFrameWriterV2Suite.scala: ## @@ -839,4 +839,26 @@ class DataFrameWriterV2Suite extends QueryTest with SharedSpark

Re: [PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-02-21 Thread via GitHub
cloud-fan commented on code in PR #50040: URL: https://github.com/apache/spark/pull/50040#discussion_r1965098875 ## sql/core/src/main/scala/org/apache/spark/sql/classic/DataFrameWriterV2.scala: ## @@ -146,25 +148,30 @@ final class DataFrameWriterV2[T] private[sql](table: String

[PR] [SPARK-51281][SQL] DataFrameWriterV2 should respect the path option [spark]

2025-02-21 Thread via GitHub
cloud-fan opened a new pull request, #50040: URL: https://github.com/apache/spark/pull/50040 ### What changes were proposed in this pull request? Unlike `DataFrameWriter.saveAsTable` where we explicitly get the "path" option and treat it as table location, `DataFrameWriterV2`