Re: [PR] [SPARK-44746][PYTHON] Add more Python UDTF documentation for functions that accept input tables [spark]

2024-03-05 Thread via GitHub
HyukjinKwon closed pull request #45375: [SPARK-44746][PYTHON] Add more Python UDTF documentation for functions that accept input tables URL: https://github.com/apache/spark/pull/45375 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [PR] [SPARK-44746][PYTHON] Add more Python UDTF documentation for functions that accept input tables [spark]

2024-03-05 Thread via GitHub
HyukjinKwon commented on PR #45375: URL: https://github.com/apache/spark/pull/45375#issuecomment-1979844986 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-44746][Python] Add more Python UDTF documentation for functions that accept input tables [spark]

2024-03-05 Thread via GitHub
allisonwang-db commented on PR #45375: URL: https://github.com/apache/spark/pull/45375#issuecomment-1979764609 Looks good! Also cc @ueshin and @HyukjinKwon -- 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-44746][Python] Add more Python UDTF documentation for functions that accept input tables [spark]

2024-03-05 Thread via GitHub
dtenedor commented on code in PR #45375: URL: https://github.com/apache/spark/pull/45375#discussion_r1513503230 ## examples/src/main/python/sql/udtf.py: ## @@ -210,6 +210,75 @@ def eval(self, row: Row): # +---+ +def python_udtf_table_argument_with_partitioning(spark: Sp

Re: [PR] [SPARK-44746][Python] Add more Python UDTF documentation for functions that accept input tables [spark]

2024-03-05 Thread via GitHub
allisonwang-db commented on code in PR #45375: URL: https://github.com/apache/spark/pull/45375#discussion_r1513496747 ## examples/src/main/python/sql/udtf.py: ## @@ -210,6 +210,75 @@ def eval(self, row: Row): # +---+ +def python_udtf_table_argument_with_partitioning(spa

Re: [PR] [SPARK-44746][Python] Add more Python UDTF documentation for functions that accept input tables [spark]

2024-03-04 Thread via GitHub
dtenedor commented on code in PR #45375: URL: https://github.com/apache/spark/pull/45375#discussion_r1511980443 ## python/docs/source/user_guide/sql/python_udtf.rst: ## @@ -63,6 +63,7 @@ To implement a Python UDTF, you first need to define a class implementing the me

Re: [PR] [SPARK-44746][Python] Add more Python UDTF documentation for functions that accept input tables [spark]

2024-03-04 Thread via GitHub
allisonwang-db commented on code in PR #45375: URL: https://github.com/apache/spark/pull/45375#discussion_r1511851865 ## python/docs/source/user_guide/sql/python_udtf.rst: ## @@ -63,6 +63,7 @@ To implement a Python UDTF, you first need to define a class implementing the me

Re: [PR] [SPARK-44746][Python] Add more Python UDTF documentation for functions that accept input tables [spark]

2024-03-04 Thread via GitHub
dtenedor commented on PR #45375: URL: https://github.com/apache/spark/pull/45375#issuecomment-1977448390 cc @allisonwang-db @ueshin -- 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

[PR] [SPARK-44746][Python] Add more Python UDTF documentation for functions that accept input tables [spark]

2024-03-04 Thread via GitHub
dtenedor opened a new pull request, #45375: URL: https://github.com/apache/spark/pull/45375 ### What changes were proposed in this pull request? This PR adds more Python UDTF documentation for functions that accept input tables. ### Why are the changes needed? This funct