athena-federation-sdk/src/main/java/com/amazonaws/athena/connector/lambda/data/S3BlockSpillReader.java [72:81]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        catch (IOException ex) {
            throw new RuntimeException(ex);
        }
        finally {
            if (fullObject != null) {
                try {
                    fullObject.close();
                }
                catch (IOException ex) {
                    logger.warn("read: Exception while closing S3 object", ex);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



athena-federation-sdk/src/main/java/com/amazonaws/athena/connector/lambda/data/S3BlockSpillReader.java [104:113]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        catch (IOException ex) {
            throw new RuntimeException(ex);
        }
        finally {
            if (fullObject != null) {
                try {
                    fullObject.close();
                }
                catch (IOException ex) {
                    logger.warn("read: Exception while closing S3 object", ex);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



