diff --git a/duckdb b/duckdb index 2469687..44fec4a 160000 --- a/duckdb +++ b/duckdb @@ -1 +1 @@ -Subproject commit 2469687513a8fa5be8d865edce9b6df0a0e5b7af +Subproject commit 44fec4a8121bdfaacc9b59255e6543c157171d6e diff --git a/test/sql/aws_errors.test b/test/sql/aws_errors.test index 960627f..a4ca207 100644 --- a/test/sql/aws_errors.test +++ b/test/sql/aws_errors.test @@ -6,7 +6,7 @@ statement error CALL load_aws_credentials(); ---- -Catalog Error: Function with name "load_aws_credentials" is not in the catalog, but it exists in the aws extension. +Catalog Error: Table Function with name "load_aws_credentials" is not in the catalog, but it exists in the aws extension. # Require statement will ensure this test is run with this extension loaded require aws