Skip to content

Commit e91b029

Browse files
committed
fix
1 parent 86d6837 commit e91b029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/paimon/core/core_options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ struct CoreOptions::Impl {
308308
int32_t file_compression_zstd_level = 1;
309309

310310
bool ignore_delete = false;
311-
bool write_only = true;
311+
bool write_only = false;
312312
bool deletion_vectors_enabled = false;
313313
bool force_lookup = false;
314314
bool partial_update_remove_record_on_delete = false;

0 commit comments

Comments
 (0)