Copilot commented on code in PR #4439: URL: https://github.com/apache/texera/pull/4439#discussion_r3121073068
########## common/workflow-core/build.sbt: ########## @@ -114,7 +114,7 @@ libraryDependencies ++= Seq( ///////////////////////////////////////////////////////////////////////////// // Arrow related -val arrowVersion = "14.0.1" +val arrowVersion = "15.0.2" Review Comment: Arrow was upgraded to 15.0.2 here, but the explanatory comment further down still references "Arrow 14.0.1". Please update that comment so this build file doesn’t contain stale guidance (and to reflect whether the Netty pin/overrides are still needed for Arrow 15). -- 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]
