Hi all, I was using Calcite to query data in Cassandra. I found that there is memory leak in non-heap space when doing calcite queries. Has someone spot such issues? Below is an example code snippet I used. Thanks a lot.
Statement statement = someCalciteConnection.createStatement(); ResultSet resultSet = statement.executeQuery(query); final JSONArray jsonArray = JSONUtil.convertResultSetIntoJSON(resultSet); statement.close(); Shuyi -- "So you have to trust that the dots will somehow connect in your future."
