boolean isDirty()

in src/main/java/com/microsoft/azure/kusto/kafka/connect/sink/FileWriter.java [91:93]


    boolean isDirty() {
        return this.currentFile != null && this.currentFile.rawBytes > 0;
    }