Skip to content

Commit 044efde

Browse files
committed
chore: remove test_query_rewrite_impl("native")
Signed-off-by: Kould <[email protected]>
1 parent 7c3ac69 commit 044efde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/query/service/tests/it/sql/planner/optimizer/eliminate_in_subquery_test.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,7 @@ fn create_table_plan(fixture: &TestFixture, format: &str) -> Vec<CreateTablePlan
319319

320320
#[tokio::test(flavor = "multi_thread")]
321321
async fn test_query_rewrite() -> Result<()> {
322-
test_query_rewrite_impl("parquet").await?;
323-
test_query_rewrite_impl("native").await
322+
test_query_rewrite_impl("parquet").await
324323
}
325324

326325
async fn test_query_rewrite_impl(format: &str) -> Result<()> {

0 commit comments

Comments
 (0)