Skip to content

Commit

Permalink
remove duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
kasakrisz committed Dec 9, 2024
1 parent eff1cb7 commit fe6edd3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ql/src/test/org/apache/hadoop/hive/ql/TestTxnCommands3.java
Original file line number Diff line number Diff line change
Expand Up @@ -252,13 +252,9 @@ public void testAcidMetaColumsDecode() throws Exception {
@Test
public void testSdpoBucketed() throws Exception {
testSdpoBucketed(true, 1);
testSdpoBucketed(true, 1);
testSdpoBucketed(false, 1);
testSdpoBucketed(false, 1);

testSdpoBucketed(true, 2);
testSdpoBucketed(true, 2);
testSdpoBucketed(false, 2);
testSdpoBucketed(false, 2);
}
private void testSdpoBucketed(boolean isVectorized, int bucketing_version)
Expand Down

0 comments on commit fe6edd3

Please sign in to comment.