kou opened a new issue, #41280:
URL: https://github.com/apache/arrow/issues/41280

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Maven may use escape sequence for `mvn -v`. So $(mvn -v | head -n 1 | awk 
'{print $3}')` may have a escape sequence.
   
   Here is an example case of this:
   
   ```console
   $ x="$(mvn -v | head -n 1 | awk '{print $3}')" ruby -e 'p ENV["x"]'
   "3.8.7\e[m"
   
   
   ### Component(s)
   
   Java


-- 
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