in paimon-python-java-bridge/src/main/java/org/apache/paimon/python/FileLock.java [82:87]
private void init() throws IOException {
if (!this.file.exists()) {
this.file.createNewFile();
}
outputStream = new FileOutputStream(this.file);
}