Skip to content

Commit

Permalink
Remove unnecessary code in BaseJdbcConnectorTest
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjiangling authored and ebyhr committed Mar 1, 2022
1 parent 03fa9d1 commit 7a03f95
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ public void testReadFromView()

@Test
public void testColumnComment()
throws Exception
{
try (TestTable testTable = new TestTable(onRemoteDatabase(), "test_column_comment", "(col1 bigint, col2 bigint, col3 bigint)")) {
onRemoteDatabase().execute("" +
Expand All @@ -156,7 +155,6 @@ public void testColumnComment()

@Test
public void testPredicatePushdown()
throws Exception
{
// varchar equality
assertThat(query("SELECT regionkey, nationkey, name FROM nation WHERE name = 'ROMANIA'"))
Expand Down

0 comments on commit 7a03f95

Please sign in to comment.