Skip to content

Commit

Permalink
Temporary change to test to use DWRF for validation
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-pandit committed Jun 4, 2024
1 parent 6150d3a commit f64d2fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ public class TestPrestoNativeCtasQueriesParquet
protected QueryRunner createQueryRunner()
throws Exception
{
return PrestoNativeQueryRunnerUtils.createNativeQueryRunner(true, "PARQUET");
return PrestoNativeQueryRunnerUtils.createNativeQueryRunner(true, "DWRF");
}

@Override
protected ExpectedQueryRunner createExpectedQueryRunner()
throws Exception
{
return PrestoNativeQueryRunnerUtils.createJavaQueryRunner("PARQUET");
return PrestoNativeQueryRunnerUtils.createJavaQueryRunner("DWRF");
}
}

0 comments on commit f64d2fc

Please sign in to comment.