https://bz.apache.org/bugzilla/show_bug.cgi?id=64879

--- Comment #2 from Shawn Boyce <[email protected]> ---
Attached Patch file with slight change from my original suggestion

    boolean dispose() throws IOException {
        boolean ret;
        try {
            if (!allFlushed) {
                flushRows();
            }
        } finally {
            ret = _writer == null || _writer.dispose();
        }
        return ret;
    }

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to