Re: [PR] [WIP][SPARK-46549][INFRA] Cache the Python dependencies for SQL tests [spark]

2024-04-13 Thread via GitHub
github-actions[bot] closed pull request #44546: [WIP][SPARK-46549][INFRA] Cache the Python dependencies for SQL tests URL: https://github.com/apache/spark/pull/44546 -- 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] [WIP][SPARK-46549][INFRA] Cache the Python dependencies for SQL tests [spark]

2024-04-12 Thread via GitHub
github-actions[bot] commented on PR #44546: URL: https://github.com/apache/spark/pull/44546#issuecomment-2052721068 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.

Re: [PR] [WIP][SPARK-46549][INFRA] Cache the Python dependencies for SQL tests [spark]

2024-01-02 Thread via GitHub
zhengruifeng commented on code in PR #44546: URL: https://github.com/apache/spark/pull/44546#discussion_r1439989732 ## dev/py-tests/requirements-sql.txt: ## @@ -0,0 +1,11 @@ +# PySpark dependencies for SQL tests + +numpy==1.26.2 Review Comment: @nchammas I just notice the

Re: [PR] [WIP][SPARK-46549][INFRA] Cache the Python dependencies for SQL tests [spark]

2024-01-02 Thread via GitHub
nchammas commented on code in PR #44546: URL: https://github.com/apache/spark/pull/44546#discussion_r1439674215 ## dev/py-tests/requirements-sql.txt: ## @@ -0,0 +1,11 @@ +# PySpark dependencies for SQL tests + +numpy==1.26.2 Review Comment: Would you be open to my making

Re: [PR] [WIP][SPARK-46549][INFRA] Cache the Python dependencies for SQL tests [spark]

2024-01-01 Thread via GitHub
HyukjinKwon commented on code in PR #44546: URL: https://github.com/apache/spark/pull/44546#discussion_r1439110439 ## dev/py-tests/requirements-sql.txt: ## @@ -0,0 +1,11 @@ +# PySpark dependencies for SQL tests + +numpy==1.26.2 Review Comment: Yeah. I don't have a great

Re: [PR] [WIP][SPARK-46549][INFRA] Cache the Python dependencies for SQL tests [spark]

2023-12-31 Thread via GitHub
nchammas commented on code in PR #44546: URL: https://github.com/apache/spark/pull/44546#discussion_r1438914015 ## dev/py-tests/requirements-sql.txt: ## @@ -0,0 +1,11 @@ +# PySpark dependencies for SQL tests + +numpy==1.26.2 Review Comment: Related prior discussion on

Re: [PR] [WIP][SPARK-46549][INFRA] Cache the Python dependencies for SQL tests [spark]

2023-12-30 Thread via GitHub
zhengruifeng commented on code in PR #44546: URL: https://github.com/apache/spark/pull/44546#discussion_r1438768278 ## dev/py-tests/requirements-sql.txt: ## @@ -0,0 +1,11 @@ +# PySpark dependencies for SQL tests + +numpy==1.26.2 Review Comment: > The requirements file

[PR] [WIP][SPARK-46549][INFRA] Cache the Python dependencies for SQL tests [spark]

2023-12-30 Thread via GitHub
zhengruifeng opened a new pull request, #44546: URL: https://github.com/apache/spark/pull/44546 ### What changes were proposed in this pull request? Enable the caching provided by [`setup-python`](https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages)