[PR] [SPARK-51853] Improve `show` to support all signatures [spark-connect-swift]

2025-04-20 Thread via GitHub
dongjoon-hyun opened a new pull request, #75: URL: https://github.com/apache/spark-connect-swift/pull/75 ### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change?

Re: [PR] [SPARK-51838][PYTHON][TESTS][FOLLWO-UP] Skip `test_wildcard_import` in low python versions [spark]

2025-04-20 Thread via GitHub
zhengruifeng closed pull request #50650: [SPARK-51838][PYTHON][TESTS][FOLLWO-UP] Skip `test_wildcard_import` in low python versions URL: https://github.com/apache/spark/pull/50650 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] [SPARK-51838][PYTHON][TESTS][FOLLWO-UP] Skip `test_wildcard_import` in low python versions [spark]

2025-04-20 Thread via GitHub
zhengruifeng commented on PR #50650: URL: https://github.com/apache/spark/pull/50650#issuecomment-2817490433 merged to master -- 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 to the specific comment.

Re: [PR] [SPARK-51691][CORE] SerializationDebugger should swallow exception when try to find the reason of serialization problem [spark]

2025-04-20 Thread via GitHub
LuciferYang closed pull request #50573: [SPARK-51691][CORE] SerializationDebugger should swallow exception when try to find the reason of serialization problem URL: https://github.com/apache/spark/pull/50573 -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [PR] [SPARK-51691][CORE] SerializationDebugger should swallow exception when try to find the reason of serialization problem [spark]

2025-04-20 Thread via GitHub
LuciferYang commented on PR #50573: URL: https://github.com/apache/spark/pull/50573#issuecomment-2817497841 Merged into master. Thanks @summaryzb and @mridulm -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [PR] [SPARK-51853] Improve `DataFrame.show` API to support all signatures [spark-connect-swift]

2025-04-20 Thread via GitHub
dongjoon-hyun commented on PR #75: URL: https://github.com/apache/spark-connect-swift/pull/75#issuecomment-2817618006 Let me merge this because this is an extension of the existing API. -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [PR] [SPARK-51853] Improve `DataFrame.show` API to support all signatures [spark-connect-swift]

2025-04-20 Thread via GitHub
dongjoon-hyun closed pull request #75: [SPARK-51853] Improve `DataFrame.show` API to support all signatures URL: https://github.com/apache/spark-connect-swift/pull/75 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[PR] [SPARK-51854] Remove `SwiftyTextTable` dependency and unused `import` statements [spark-connect-swift]

2025-04-20 Thread via GitHub
dongjoon-hyun opened a new pull request, #76: URL: https://github.com/apache/spark-connect-swift/pull/76 … ### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change?

Re: [PR] [SPARK-51854] Remove `SwiftyTextTable` dependency and unused `import` statements [spark-connect-swift]

2025-04-20 Thread via GitHub
dongjoon-hyun commented on PR #76: URL: https://github.com/apache/spark-connect-swift/pull/76#issuecomment-2817640576 Thank you so much, @viirya ~ -- 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 to

Re: [PR] [SPARK-51854] Remove `SwiftyTextTable` dependency and unused `import` statements [spark-connect-swift]

2025-04-20 Thread via GitHub
viirya commented on PR #76: URL: https://github.com/apache/spark-connect-swift/pull/76#issuecomment-2817640294 Nice cleanup! -- 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 to the specific comment.

Re: [PR] [SPARK-51854] Remove `SwiftyTextTable` dependency and unused `import` statements [spark-connect-swift]

2025-04-20 Thread via GitHub
dongjoon-hyun closed pull request #76: [SPARK-51854] Remove `SwiftyTextTable` dependency and unused `import` statements URL: https://github.com/apache/spark-connect-swift/pull/76 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] [SPARK-51854] Remove `SwiftyTextTable` dependency and unused `import` statements [spark-connect-swift]

2025-04-20 Thread via GitHub
dongjoon-hyun commented on PR #76: URL: https://github.com/apache/spark-connect-swift/pull/76#issuecomment-2817642471 Merged to main. -- 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 to the specific

Re: [PR] [SPARK-51838][PYTHON][TESTS][FOLLOW-UP] Skip `test_wildcard_import` in Python 3.10 and below [spark]

2025-04-20 Thread via GitHub
HyukjinKwon closed pull request #50651: [SPARK-51838][PYTHON][TESTS][FOLLOW-UP] Skip `test_wildcard_import` in Python 3.10 and below URL: https://github.com/apache/spark/pull/50651 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] [SPARK-51838][PYTHON][TESTS][FOLLOW-UP] Skip `test_wildcard_import` in Python 3.10 and below [spark]

2025-04-20 Thread via GitHub
HyukjinKwon commented on PR #50651: URL: https://github.com/apache/spark/pull/50651#issuecomment-2817653905 Merged to master. -- 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 to the specific comment.

Re: [PR] [SPARK-51779] [SS] Use virtual column families for stream-stream joins [spark]

2025-04-20 Thread via GitHub
HeartSaVioR commented on code in PR #50572: URL: https://github.com/apache/spark/pull/50572#discussion_r2051420015 ## sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala: ## @@ -2569,10 +2569,11 @@ object SQLConf { .internal() .doc("State format

Re: [PR] [SPARK-49386][SPARK-27734][CORE][SQL] Add memory based thresholds for shuffle spill [spark]

2025-04-20 Thread via GitHub
mridulm commented on code in PR #47856: URL: https://github.com/apache/spark/pull/47856#discussion_r2051909101 ## sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala: ## @@ -3148,6 +3148,14 @@ object SQLConf { .intConf .createWithDefault(SHUFFL

Re: [PR] [SPARK-51847][PYTHON] Extend PySpark testing framework util functions with basic data tests [spark]

2025-04-20 Thread via GitHub
zhengruifeng commented on PR #50644: URL: https://github.com/apache/spark/pull/50644#issuecomment-2817547329 remove `[TESTS]` from title since it seems a new user-facing feature -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] [SPARK-51845][ML][CONNECT] Add proto messages `CleanCache` and `GetCacheInfo` [spark]

2025-04-20 Thread via GitHub
zhengruifeng commented on PR #50643: URL: https://github.com/apache/spark/pull/50643#issuecomment-2817565670 cc @WeichenXu123 -- 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 to the specific comment

Re: [PR] [SPARK-51838][PYTHON][TESTS][FOLLWO-UP] Skip `test_wildcard_import` in low python versions [spark]

2025-04-20 Thread via GitHub
HyukjinKwon commented on PR #50650: URL: https://github.com/apache/spark/pull/50650#issuecomment-2817595101 reverted: ``` Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/__w/spark/spark/python/pyspark/

Re: [PR] [SPARK-51838][PYTHON][TESTS][FOLLOW-UP] Skip `test_wildcard_import` in Python 3.10 and below [spark]

2025-04-20 Thread via GitHub
HyukjinKwon commented on PR #50651: URL: https://github.com/apache/spark/pull/50651#issuecomment-2817597557 cc @zhengruifeng -- 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 to the specific comment.

[PR] [SPARK-51838][PYTHON][TESTS][FOLLOW-UP] Skip `test_wildcard_import` in Python 3.10 and below [spark]

2025-04-20 Thread via GitHub
HyukjinKwon opened a new pull request, #50651: URL: https://github.com/apache/spark/pull/50651 ### What changes were proposed in this pull request? Retry of https://github.com/apache/spark/pull/50650. ### Why are the changes needed? To make the build passing. ### D

Re: [PR] [SPARK-51833][SQL] Normalize relations in NormalizePlan [spark]

2025-04-20 Thread via GitHub
cloud-fan commented on PR #50629: URL: https://github.com/apache/spark/pull/50629#issuecomment-2817683112 thanks, merging to master! -- 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 to the specific c

Re: [PR] [SPARK-51833][SQL] Normalize relations in NormalizePlan [spark]

2025-04-20 Thread via GitHub
cloud-fan closed pull request #50629: [SPARK-51833][SQL] Normalize relations in NormalizePlan URL: https://github.com/apache/spark/pull/50629 -- 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 to the spec

[PR] [SPARK-51855] Support `Spark SQL REPL` [spark-connect-swift]

2025-04-20 Thread via GitHub
dongjoon-hyun opened a new pull request, #77: URL: https://github.com/apache/spark-connect-swift/pull/77 ### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change?

Re: [PR] [SPARK-51855] Support `Spark SQL REPL` [spark-connect-swift]

2025-04-20 Thread via GitHub
viirya commented on code in PR #77: URL: https://github.com/apache/spark-connect-swift/pull/77#discussion_r2052018258 ## Package.swift: ## @@ -49,6 +49,10 @@ let package = Package( .product(name: "FlatBuffers", package: "flatbuffers"), ] ), +.executable

Re: [PR] [SPARK-51855] Support `Spark SQL REPL` [spark-connect-swift]

2025-04-20 Thread via GitHub
dongjoon-hyun commented on code in PR #77: URL: https://github.com/apache/spark-connect-swift/pull/77#discussion_r2052035069 ## Package.swift: ## @@ -49,6 +49,10 @@ let package = Package( .product(name: "FlatBuffers", package: "flatbuffers"), ] ), +.exe

Re: [PR] [SPARK-51855] Support `Spark SQL REPL` [spark-connect-swift]

2025-04-20 Thread via GitHub
dongjoon-hyun closed pull request #77: [SPARK-51855] Support `Spark SQL REPL` URL: https://github.com/apache/spark-connect-swift/pull/77 -- 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 to the specific c

Re: [PR] [SPARK-51850] Fix `DataFrame.execute` to reset previously received Arrow batch data [spark-connect-swift]

2025-04-20 Thread via GitHub
dongjoon-hyun commented on PR #72: URL: https://github.com/apache/spark-connect-swift/pull/72#issuecomment-2817355093 Thank you, @viirya ! Merged to main. -- 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-51851] Refactor to use `withGPRC` wrappers [spark-connect-swift]

2025-04-20 Thread via GitHub
dongjoon-hyun commented on PR #73: URL: https://github.com/apache/spark-connect-swift/pull/73#issuecomment-2817355308 Thank you, @viirya ! Merged to main. -- 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-51850] Fix `DataFrame.execute` to reset previously received Arrow batch data [spark-connect-swift]

2025-04-20 Thread via GitHub
dongjoon-hyun closed pull request #72: [SPARK-51850] Fix `DataFrame.execute` to reset previously received Arrow batch data URL: https://github.com/apache/spark-connect-swift/pull/72 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] [SPARK-51851] Refactor to use `withGPRC` wrappers [spark-connect-swift]

2025-04-20 Thread via GitHub
dongjoon-hyun closed pull request #73: [SPARK-51851] Refactor to use `withGPRC` wrappers URL: https://github.com/apache/spark-connect-swift/pull/73 -- 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 to th

[PR] [SPARK-51852] Support `SPARK_CONNECT_AUTHENTICATE_TOKEN` [spark-connect-swift]

2025-04-20 Thread via GitHub
dongjoon-hyun opened a new pull request, #74: URL: https://github.com/apache/spark-connect-swift/pull/74 ### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change?

Re: [PR] [SPARK-51688][PYTHON][FOLLOW-UP] Implement UDS in Accumulators [spark]

2025-04-20 Thread via GitHub
HyukjinKwon commented on PR #50587: URL: https://github.com/apache/spark/pull/50587#issuecomment-2817385311 Thanks, made a Pr at https://github.com/apache/spark/pull/50648 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[PR] [SPARK-51688][PYTHON][FOLLOW-UP] Log string instead of option instance [spark]

2025-04-20 Thread via GitHub
HyukjinKwon opened a new pull request, #50648: URL: https://github.com/apache/spark/pull/50648 ### What changes were proposed in this pull request? This PR is a followup of https://github.com/apache/spark/pull/50587 that logs strings properly instead of `Option`s ### Why are th

Re: [PR] [SPARK-49008][PYTHON] Use `ParamSpec` to propagate `func` signature in `transform` [spark]

2025-04-20 Thread via GitHub
HyukjinKwon commented on PR #47493: URL: https://github.com/apache/spark/pull/47493#issuecomment-2817385415 Python 3.9 is being EOL soon. Can we drop Python 3.9 in the master branch, and land this change? -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [PR] [MINOR][DOCS] Minor update to example [spark]

2025-04-20 Thread via GitHub
HyukjinKwon commented on PR #50647: URL: https://github.com/apache/spark/pull/50647#issuecomment-2817386276 Let's fix the linter tho. -- 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 to the specific

Re: [PR] [SPARK-51848][SQL] Fix parsing XML records with defined schema of array/structs/map of Variant [spark]

2025-04-20 Thread via GitHub
HyukjinKwon closed pull request #50646: [SPARK-51848][SQL] Fix parsing XML records with defined schema of array/structs/map of Variant URL: https://github.com/apache/spark/pull/50646 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [SPARK-51848] Fix parsing XML records with defined schema of array/structs/map of Variant [spark]

2025-04-20 Thread via GitHub
HyukjinKwon commented on PR #50646: URL: https://github.com/apache/spark/pull/50646#issuecomment-2817386781 Merged to master. -- 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 to the specific comment.

Re: [PR] [SPARK-51847][PYTHON][TESTS] Extend PySpark testing framework util functions with basic data tests [spark]

2025-04-20 Thread via GitHub
HyukjinKwon commented on PR #50644: URL: https://github.com/apache/spark/pull/50644#issuecomment-2817386689 cc @asl3 fyi -- 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 to the specific comment. To

[PR] [SPARK-51838][PYTHON][TESTS][FOLLWO-UP] Skip `test_wildcard_import` in low python versions [spark]

2025-04-20 Thread via GitHub
zhengruifeng opened a new pull request, #50650: URL: https://github.com/apache/spark/pull/50650 Skip `test_wildcard_import` in low python versions, to address https://github.com/apache/spark/pull/50634 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] [SPARK-51814][SS][PYTHON][FOLLOW-UP] Add pyspark.sql.tests.pandas.helper for testing pyspark-client [spark]

2025-04-20 Thread via GitHub
HyukjinKwon commented on PR #50649: URL: https://github.com/apache/spark/pull/50649#issuecomment-2817464427 Merged to master. -- 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 to the specific comment.

Re: [PR] [SPARK-51838][PYTHON][TESTS] Add a test to check function wildcard import [spark]

2025-04-20 Thread via GitHub
zhengruifeng commented on PR #50634: URL: https://github.com/apache/spark/pull/50634#issuecomment-2817431389 > Hmm.. seems like it fails with lower Python version: https://github.com/apache/spark/actions/runs/14561562068/job/40845550392 > > ``` > ===

Re: [PR] [SPARK-50469][SQL] V1Writes should respect the output ordering [spark]

2025-04-20 Thread via GitHub
github-actions[bot] closed pull request #49027: [SPARK-50469][SQL] V1Writes should respect the output ordering URL: https://github.com/apache/spark/pull/49027 -- 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-51814][SS][PYTHON][FOLLOW-UP] Add pyspark.sql.tests.pandas.helper for testing pyspark-client [spark]

2025-04-20 Thread via GitHub
HyukjinKwon closed pull request #50649: [SPARK-51814][SS][PYTHON][FOLLOW-UP] Add pyspark.sql.tests.pandas.helper for testing pyspark-client URL: https://github.com/apache/spark/pull/50649 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] [SPARK-49386][SPARK-27734][CORE][SQL] Add memory based thresholds for shuffle spill [spark]

2025-04-20 Thread via GitHub
HyukjinKwon commented on code in PR #47856: URL: https://github.com/apache/spark/pull/47856#discussion_r2051888096 ## sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala: ## @@ -3148,6 +3148,14 @@ object SQLConf { .intConf .createWithDefault(SH

Re: [PR] [SPARK-51852] Support `SPARK_CONNECT_AUTHENTICATE_TOKEN` [spark-connect-swift]

2025-04-20 Thread via GitHub
dongjoon-hyun commented on PR #74: URL: https://github.com/apache/spark-connect-swift/pull/74#issuecomment-2817409795 Could you review this PR when you have some time, @HyukjinKwon ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] [SPARK-51688][PYTHON][FOLLOW-UP] Log string instead of option instance [spark]

2025-04-20 Thread via GitHub
HyukjinKwon commented on PR #50648: URL: https://github.com/apache/spark/pull/50648#issuecomment-2817420418 Merged to master. -- 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 to the specific comment.

Re: [PR] [SPARK-51852] Support `SPARK_CONNECT_AUTHENTICATE_TOKEN` [spark-connect-swift]

2025-04-20 Thread via GitHub
dongjoon-hyun closed pull request #74: [SPARK-51852] Support `SPARK_CONNECT_AUTHENTICATE_TOKEN` URL: https://github.com/apache/spark-connect-swift/pull/74 -- 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 g

Re: [PR] [SPARK-51843][PYTHON][ML][TESTS] Avoid per-test classic session start & stop [spark]

2025-04-20 Thread via GitHub
zhengruifeng commented on PR #50640: URL: https://github.com/apache/spark/pull/50640#issuecomment-2817420394 merged to master -- 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 to the specific comment.

Re: [PR] [SPARK-51688][PYTHON][FOLLOW-UP] Log string instead of option instance [spark]

2025-04-20 Thread via GitHub
HyukjinKwon closed pull request #50648: [SPARK-51688][PYTHON][FOLLOW-UP] Log string instead of option instance URL: https://github.com/apache/spark/pull/50648 -- 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-51844][PYTHON][TESTS] Add ReusedMixedTestCase for test env with both classic and connect [spark]

2025-04-20 Thread via GitHub
zhengruifeng closed pull request #50641: [SPARK-51844][PYTHON][TESTS] Add ReusedMixedTestCase for test env with both classic and connect URL: https://github.com/apache/spark/pull/50641 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] [SPARK-51843][PYTHON][ML][TESTS] Avoid per-test classic session start & stop [spark]

2025-04-20 Thread via GitHub
zhengruifeng closed pull request #50640: [SPARK-51843][PYTHON][ML][TESTS] Avoid per-test classic session start & stop URL: https://github.com/apache/spark/pull/50640 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [SPARK-51844][PYTHON][TESTS] Add ReusedMixedTestCase for test env with both classic and connect [spark]

2025-04-20 Thread via GitHub
zhengruifeng commented on PR #50641: URL: https://github.com/apache/spark/pull/50641#issuecomment-2817421514 merged to master -- 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 to the specific comment.

Re: [PR] [SPARK-51852] Support `SPARK_CONNECT_AUTHENTICATE_TOKEN` [spark-connect-swift]

2025-04-20 Thread via GitHub
dongjoon-hyun commented on PR #74: URL: https://github.com/apache/spark-connect-swift/pull/74#issuecomment-2817418517 Thank you, @HyukjinKwon ! Merged to main. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[PR] [SPARK-51814][SS][PYTHON][FOLLOW-UP] Add pyspark.sql.tests.pandas.helper for testing pyspark-client [spark]

2025-04-20 Thread via GitHub
HyukjinKwon opened a new pull request, #50649: URL: https://github.com/apache/spark/pull/50649 ### What changes were proposed in this pull request? This PR is a followup of https://github.com/apache/spark/pull/50600 that adds `pyspark.sql.tests.pandas.helper` for testing `pyspark-clie

Re: [PR] [SPARK-51814][SS][PYTHON][FOLLOW-UP] Add pyspark.sql.tests.pandas.helper for testing pyspark-client [spark]

2025-04-20 Thread via GitHub
HyukjinKwon commented on PR #50649: URL: https://github.com/apache/spark/pull/50649#issuecomment-2817424752 cc @HeartSaVioR FYI -- 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 to the specific commen

Re: [PR] [SPARK-48568][SQL] Improve Performance of CodeFormatter [spark]

2025-04-20 Thread via GitHub
github-actions[bot] closed pull request #49261: [SPARK-48568][SQL] Improve Performance of CodeFormatter URL: https://github.com/apache/spark/pull/49261 -- 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 t

[PR] [SPARK-51850] Fix `DataFrame.execute` to reset previously received Arrow batch data [spark-connect-swift]

2025-04-20 Thread via GitHub
dongjoon-hyun opened a new pull request, #72: URL: https://github.com/apache/spark-connect-swift/pull/72 … ### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change?

Re: [PR] [SPARK-51840][SQL] Restore Partition columns in HiveExternalCatalog#alterTable [spark]

2025-04-20 Thread via GitHub
dongjoon-hyun closed pull request #50623: [SPARK-51840][SQL] Restore Partition columns in HiveExternalCatalog#alterTable URL: https://github.com/apache/spark/pull/50623 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [SPARK-51840][SQL] Restore Partition columns in HiveExternalCatalog#alterTable [spark]

2025-04-20 Thread via GitHub
dongjoon-hyun commented on PR #50623: URL: https://github.com/apache/spark/pull/50623#issuecomment-2817124195 Merged to master for Apache Spark 4.1.0. Thank you, @yaooqinn . -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[PR] [SPARK-51851] Refactor to use `withGPRC` wrappers [spark-connect-swift]

2025-04-20 Thread via GitHub
dongjoon-hyun opened a new pull request, #73: URL: https://github.com/apache/spark-connect-swift/pull/73 ### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change?