Skip to content

Commit

Permalink
fix prone error
Browse files Browse the repository at this point in the history
  • Loading branch information
hantmac committed Nov 27, 2024
1 parent ec66fc0 commit d714de5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,6 @@ private DataSetup databendCreateAndInsert(String tableNamePrefix)
@Test
public void testDatabendNullPushdown()
{
Session mapStringAsVarbinary = Session.builder(getSession())
.setCatalogSessionProperty("databend", "connection_timeout", "60")
.build();

TestNullPushdownDataType.connectorExpressionOnly()
.addSpecialColumn("String", "'z'", "CAST('z' AS varchar)")
.addTestCase("Nullable(decimal(3, 1))")
Expand Down

0 comments on commit d714de5

Please sign in to comment.