Skip to content

Commit

Permalink
Fix TestPrestoQueries
Browse files Browse the repository at this point in the history
  • Loading branch information
aweisberg authored and highker committed Mar 10, 2022
1 parent 8750895 commit 028ef8e
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -150,6 +150,12 @@ public void testExecuteUsingColumnReferenceFails()
// prepared statement is not supported by Presto on Spark
}

@Override
public void testExecuteUsingWithWithClause()
{
// prepared statement is not supported by Presto on Spark
}

@Override
public void testExplainExecute()
{
Expand Down

0 comments on commit 028ef8e

Please sign in to comment.