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 60f6c98 commit 4be5c21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,10 @@
*/
package com.facebook.presto.nativeworker;

import com.facebook.presto.Session;
import com.facebook.presto.testing.ExpectedQueryRunner;
import com.facebook.presto.testing.QueryRunner;
import org.testng.annotations.Test;

import java.util.HashMap;
import java.util.Map;

import static org.testng.Assert.assertEquals;

@Test(groups = {"orc"})
public class TestPrestoNativeIcebergTpcdsQueriesOrcUsingThrift
extends AbstractTestNativeTpcdsQueries
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,10 @@
*/
package com.facebook.presto.nativeworker;

import com.facebook.presto.Session;
import com.facebook.presto.testing.ExpectedQueryRunner;
import com.facebook.presto.testing.QueryRunner;
import org.testng.annotations.Test;

import java.util.HashMap;
import java.util.Map;

import static org.testng.Assert.assertEquals;

@Test(groups = {"parquet"})
public class TestPrestoNativeIcebergTpcdsQueriesParquetUsingThrift
extends AbstractTestNativeTpcdsQueries
Expand Down

0 comments on commit 4be5c21

Please sign in to comment.