eric-maynard commented on PR #1982: URL: https://github.com/apache/polaris/pull/1982#issuecomment-3021845897
What makes you say that, @snazy? Have you found a JDK that behaves that way? Looking at OpenJDK, the `BufferedReader` will [close](https://github.com/openjdk/panama-foreign/blob/37adee9a04a11f86c67e848a93bc142316622e41/src/java.base/share/classes/java/io/BufferedReader.java#L529) the `InputStreamReader`, and then InputStreamReader` will [close](https://github.com/openjdk/panama-foreign/blob/37adee9a04a11f86c67e848a93bc142316622e41/src/java.base/share/classes/java/io/InputStreamReader.java#L197) the stream. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
