Skip to content

Commit

Permalink
Remove unused test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbergeroncoveo committed Aug 29, 2023
1 parent e755e2e commit 04d5618
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,6 @@ public void lit() {

assertEquals(expectedMaps, actualMaps);
}

@Test
public void values() {
// Values with complex nested types
DataFrame df = getSession().sql("select * from values ([1, 2, 3], {\'1\': 1}, \'abc\') as T(a)");
Row[] rows = df.collect();

int a = 1 + 2;
}

@Test
public void sqlText() {
Expand Down

0 comments on commit 04d5618

Please sign in to comment.