Skip to content

Commit 9e5bd42

Browse files
zjw1111Copilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 930c1b3 commit 9e5bd42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/paimon/core/operation/file_store_commit_impl_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ TEST_F(FileStoreCommitImplTest, TestCommitWithAtomicWriteSnapshotTimeoutAndActua
501501

502502
CommitContextBuilder context_builder_2(table_path, "commit_user_1");
503503
ASSERT_OK_AND_ASSIGN(std::unique_ptr<CommitContext> commit_context_2,
504-
context_builder.AddOption(Options::MANIFEST_FORMAT, "orc")
504+
context_builder_2.AddOption(Options::MANIFEST_FORMAT, "orc")
505505
.AddOption(Options::MANIFEST_TARGET_FILE_SIZE, "8mb")
506506
.WithFileSystem(fs)
507507
.Finish());

0 commit comments

Comments
 (0)