From 0865bbd38817c2c17ca365fba2e7dbf4268f08bb Mon Sep 17 00:00:00 2001 From: tycho garen Date: Thu, 8 Feb 2024 08:59:21 -0500 Subject: [PATCH] fix name --- testdata/sqllogictests_mongodb/insert.slt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/sqllogictests_mongodb/insert.slt b/testdata/sqllogictests_mongodb/insert.slt index 254b79de0..b0201016c 100644 --- a/testdata/sqllogictests_mongodb/insert.slt +++ b/testdata/sqllogictests_mongodb/insert.slt @@ -1,5 +1,5 @@ statement ok -CREATE EXTERNAL TABLE mdb_insert_test +CREATE EXTERNAL TABLE insert_test FROM mongo OPTIONS ( connection_string = '${MONGO_CONN_STRING}',