Github user josefloreschura commented on the issue:
https://github.com/apache/drill/pull/890
I have the same issue and got here when I was about to create an issue.
It's can also be reproduced this way:
- Current behaviour
bash-3.2# echo "version 1.8.0_66" | grep "version" | egrep -e "1.4|1.5|1.6"
(no output)
bash-3.2# echo "version 1.8.0_144" | grep "version" | egrep -e "1.4|1.5|1.6"
version 1.8.0_144
- With the proposal fix
bash-3.2# echo "version 1.8.0_144" | grep "version" | egrep -e
"1\.4|1\.5|1\.6"
(no output)
bash-3.2# echo "version 1.6" | grep "version" | egrep -e "1\.4|1\.5|1\.6"
version 1.6
Workaround (for now): install java version not containing 14, 15 16 in the
version (revision)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---