Re: [PR] [SPARK-46635][PYTHON][DOCS] Refine docstring of `from_csv/schema_of_csv/to_csv` [spark]

2024-01-10 Thread via GitHub
LuciferYang commented on PR #44639: URL: https://github.com/apache/spark/pull/44639#issuecomment-1884419945 Merged into master. Thanks @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 to go t

Re: [PR] [SPARK-46635][PYTHON][DOCS] Refine docstring of `from_csv/schema_of_csv/to_csv` [spark]

2024-01-10 Thread via GitHub
LuciferYang closed pull request #44639: [SPARK-46635][PYTHON][DOCS] Refine docstring of `from_csv/schema_of_csv/to_csv` URL: https://github.com/apache/spark/pull/44639 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] [SPARK-46635][PYTHON][DOCS] Refine docstring of `from_csv/schema_of_csv/to_csv` [spark]

2024-01-09 Thread via GitHub
LuciferYang commented on code in PR #44639: URL: https://github.com/apache/spark/pull/44639#discussion_r1446936561 ## python/pyspark/sql/functions/builtin.py: ## @@ -14968,11 +15006,12 @@ def schema_of_csv(csv: Union[Column, str], options: Optional[Dict[str, str]] = N re

Re: [PR] [SPARK-46635][PYTHON][DOCS] Refine docstring of `from_csv/schema_of_csv/to_csv` [spark]

2024-01-09 Thread via GitHub
LuciferYang commented on code in PR #44639: URL: https://github.com/apache/spark/pull/44639#discussion_r1446917814 ## python/pyspark/sql/functions/builtin.py: ## @@ -14968,11 +15006,12 @@ def schema_of_csv(csv: Union[Column, str], options: Optional[Dict[str, str]] = N re

Re: [PR] [SPARK-46635][PYTHON][DOCS] Refine docstring of `from_csv/schema_of_csv/to_csv` [spark]

2024-01-09 Thread via GitHub
LuciferYang commented on code in PR #44639: URL: https://github.com/apache/spark/pull/44639#discussion_r1446917191 ## python/pyspark/sql/functions/builtin.py: ## @@ -14968,11 +15006,12 @@ def schema_of_csv(csv: Union[Column, str], options: Optional[Dict[str, str]] = N re

Re: [PR] [SPARK-46635][PYTHON][DOCS] Refine docstring of `from_csv/schema_of_csv/to_csv` [spark]

2024-01-09 Thread via GitHub
LuciferYang commented on code in PR #44639: URL: https://github.com/apache/spark/pull/44639#discussion_r1446915049 ## python/pyspark/sql/functions/builtin.py: ## @@ -14968,11 +15006,12 @@ def schema_of_csv(csv: Union[Column, str], options: Optional[Dict[str, str]] = N re

Re: [PR] [SPARK-46635][PYTHON][DOCS] Refine docstring of `from_csv/schema_of_csv/to_csv` [spark]

2024-01-09 Thread via GitHub
LuciferYang commented on PR #44639: URL: https://github.com/apache/spark/pull/44639#issuecomment-1883108328 ``` Error: Internal server error occurred while resolving "actions/cache@v3". Internal server error occurred while resolving "actions/checkout@v4". Internal server error occurred w

[PR] [SPARK-46635][PYTHON][DOCS] Refine docstring of `from_csv/schema_of_csv/to_csv` [spark]

2024-01-09 Thread via GitHub
LuciferYang opened a new pull request, #44639: URL: https://github.com/apache/spark/pull/44639 ### What changes were proposed in this pull request? This pr refine docstring of `from_csv/schema_of_csv/to_csv` and add some new examples. ### Why are the changes needed? To improve