martin-g commented on a change in pull request #2217:
URL: https://github.com/apache/drill/pull/2217#discussion_r628198591
##########
File path: pom.xml
##########
@@ -110,16 +110,18 @@
<codemodel.version>2.6</codemodel.version>
<joda.version>2.10.5</joda.version>
<javax.el.version>3.0.0</javax.el.version>
+ <jna.version>5.8.0</jna.version>
Review comment:
JNA is an alternative of JNI that is used by other libraries to
communicate with native libraries.
There has been an improvement to JNA (and transitively to TestContainers)
via https://github.com/testcontainers/testcontainers-java/issues/3610
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]