Skip to content

Commit

Permalink
fix commit on test
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnro314 committed Nov 1, 2023
1 parent 7e22484 commit a8306db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_iceberg.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def test_diff_two_same_branches(spark, lfs_client, lakefs_repo):

def test_delete_on_dev_and_merge(spark, lfs_client, lakefs_repo):
lfs_client.branches.create_branch(lakefs_repo, BranchCreation(name="test1", source="main"))
spark.sql("SELECT * FROM lakefs.test1.company.workers").show()
spark.sql("DELETE FROM lakefs.test1.company.workers WHERE id = 6")
lfs_client.commits.commit(lakefs_repo, "test1", CommitCreation(message="delete one row"))
lfs_client.refs.merge_into_branch(lakefs_repo, "test1", "main")
Expand Down

0 comments on commit a8306db

Please sign in to comment.