Skip to content

Commit

Permalink
Fix Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushtkn committed May 23, 2024
1 parent 9e7e252 commit fb0dc6d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ STAGE PLANS:
Stage: Stage-0
SnapshotRef Operation
table name: default.iceTbl
spec: AlterTableSnapshotRefSpec{operationType=CREATE_TAG, operationParams=CreateSnapshotRefSpec{refName=test_tag_1}}
spec: AlterTableSnapshotRefSpec{operationType=CREATE_TAG, operationParams=CreateSnapshotRefSpec{refName=test_tag_1, isReplace=false, ifNotExists=false}}

PREHOOK: query: alter table iceTbl create tag test_tag_1
PREHOOK: type: ALTERTABLE_CREATETAG
Expand Down Expand Up @@ -65,7 +65,7 @@ STAGE PLANS:
Stage: Stage-0
SnapshotRef Operation
table name: default.iceTbl
spec: AlterTableSnapshotRefSpec{operationType=CREATE_TAG, operationParams=CreateSnapshotRefSpec{refName=test_tag_2, maxRefAgeMs=432000000}}
spec: AlterTableSnapshotRefSpec{operationType=CREATE_TAG, operationParams=CreateSnapshotRefSpec{refName=test_tag_2, maxRefAgeMs=432000000, isReplace=false, ifNotExists=false}}

PREHOOK: query: alter table iceTbl create tag test_tag_2 retain 5 days
PREHOOK: type: ALTERTABLE_CREATETAG
Expand Down

0 comments on commit fb0dc6d

Please sign in to comment.