lidavidm commented on issue #1967:
URL: https://github.com/apache/arrow-adbc/issues/1967#issuecomment-2209803160
Maybe the sorting is a bit off...
```
+ local -r 'latest_docs=0.11.0;0.11.0'
+ [[ -z 0.11.0;0.11.0 ]]
++ echo '0.11.0;0.11.0'
++ awk '-F;' '{print $1}'
+ local -r latest_dir=0.11.0
++ echo '0.11.0;0.11.0'
++ awk '-F;' '{print $2}'
+ local -r latest_version=0.11.0
Latest version: 0.11.0 in directory 0.11.0
+ echo 'Latest version: 0.11.0 in directory 0.11.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]