GitHub user q977734161 opened a pull request:
https://github.com/apache/metamodel/pull/205
close ResultSet after get result
Call ResultSet.close() method when after getting result from ResultSet,
otherwise it will cause memory overflow.(for example use impala
jdbc)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/q977734161/metamodel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metamodel/pull/205.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #205
----
commit 904b8f672a46e4cb528262fa6bd0ca8156dab828
Author: æå°ä¿ <lixiaobao@...>
Date: 2019-01-04T02:12:27Z
Call ResultSet.close() method when after getting result from
resultSet, otherwise it will cause memory overflow.(for example use impala
jdbc)
----
---