SNOW-980272: Direct memory not freed / deallocated when using ARROW result format and streaming #1573
Labels
status-information_needed
Additional information is required from the reporter
status-triage
Issue is under initial triage
Please answer these questions before submitting your issue.
In order to accurately debug the issue this information is required. Thanks!
What version of JDBC driver are you using?
3.14.3
What operating system and processor architecture are you using?
RedHat Linux 7.9. , x86_64
What version of Java are you using?
JDK 11 - Temurin-11.0.19+7
What did you do?
Use JDBC driver to execute select * from MY_TABLE
What did you expect to see?
As are we streaming the data (steam batch from Snowflake, insert into target, clear batch) there should be no limit for overall data processed (GC takes care of cleaning up object no longer needed)
What should have happened and what happened instead?
The current behaviour is not in sync with common JDBC drivers of other DB systems
The text was updated successfully, but these errors were encountered: