Copilot commented on code in PR #6409:
URL: https://github.com/apache/texera/pull/6409#discussion_r3583794847


##########
amber/requirements.txt:
##########
@@ -20,7 +20,7 @@ setuptools==80.10.2
 numpy==2.1.0
 pandas==2.2.3
 loguru==0.7.3
-pyarrow==23.0.1
+pyarrow==25.0.0

Review Comment:
   This dependency bump will likely fail the binary-license drift check unless 
amber/LICENSE-binary-python is regenerated/updated (it currently lists 
pyarrow==23.0.1, while CI compares installed deps from pip-licenses against 
that snapshot). Also, amber/src/test/scala/.../PveResourceSpec.scala hard-codes 
"pyarrow==23.0.1" as the mocked system package set and error expectations, 
which should be updated to stay consistent with amber/requirements.txt.



-- 
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 unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to