Skip to content

Commit

Permalink
[native] Add support for ORC reader and add orc native tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wypb committed Feb 12, 2025
1 parent a777516 commit e415171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public class TestPrestoNativeIcebergTpcdsQueriesOrcUsingThrift
protected QueryRunner createQueryRunner()
throws Exception
{
this.storageFormat = "ORC";
return PrestoNativeQueryRunnerUtils.createNativeIcebergQueryRunner(true, "ORC");
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public class TestPrestoNativeIcebergTpcdsQueriesParquetUsingThrift
protected QueryRunner createQueryRunner()
throws Exception
{
this.storageFormat = "PARQUET";
return PrestoNativeQueryRunnerUtils.createNativeIcebergQueryRunner(true, "PARQUET");
}

Expand Down

0 comments on commit e415171

Please sign in to comment.