raulcd opened a new pull request, #13427:
URL: https://github.com/apache/arrow/pull/13427

   I have tested injecting FakeVersions and seeing how it prompts the correct 
one.
   If there would be an 8.0.0 today it will prompt for it:
   ```
   (Pdb) versions[0].name = "8.0.0"
   (Pdb) c
   Enter comma-separated fix version(s) [8.0.0]:
   ```
   If there would be a 10.0.0 it would prompt the 9.0.0 as expected:
   ```
   (Pdb) versions[0].name = "10.0.0"
   (Pdb) c
   Enter comma-separated fix version(s) [9.0.0]: 
   ```


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