[GitHub] [spark] HyukjinKwon commented on a diff in pull request #41711: [SPARK-44155][SQL] Adding a dev utility to improve error messages based on LLM

2023-06-23 Thread via GitHub
HyukjinKwon commented on code in PR #41711: URL: https://github.com/apache/spark/pull/41711#discussion_r1240603584 ## dev/error_message_refiner.py: ## @@ -0,0 +1,235 @@ +#!/usr/bin/env python3 + +# +# Licensed to the Apache Software Foundation (ASF) under one or more +#

[GitHub] [spark] HyukjinKwon commented on a diff in pull request #41711: [SPARK-44155][SQL] Adding a dev utility to improve error messages based on LLM

2023-06-23 Thread via GitHub
HyukjinKwon commented on code in PR #41711: URL: https://github.com/apache/spark/pull/41711#discussion_r1240603499 ## dev/api_key.txt: ## @@ -0,0 +1 @@ +# Please REMOVE this comment and enter the API key here. You can obtain an API key from

[GitHub] [spark] HyukjinKwon commented on a diff in pull request #41711: [SPARK-44155][SQL] Adding a dev utility to improve error messages based on LLM

2023-06-23 Thread via GitHub
HyukjinKwon commented on code in PR #41711: URL: https://github.com/apache/spark/pull/41711#discussion_r1240603443 ## dev/error_message_refiner.py: ## @@ -0,0 +1,235 @@ +#!/usr/bin/env python3 + +# +# Licensed to the Apache Software Foundation (ASF) under one or more +#