Skip to content

Commit c176007

Browse files
committed
add CALL enable_profiling
1 parent dcac916 commit c176007

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/sql/copy/csv/test_csv_httpfs.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ statement ok
1010
PRAGMA enable_verification
1111

1212
statement ok
13-
pragma enable_logging('HTTP');
13+
CALL enable_logging('HTTP');
1414

1515
foreach httpfs_implementation curl httplib
1616

test/sql/test_headers_parsed.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ statement ok
1010
SET httpfs_client_implementation='curl';
1111

1212
statement ok
13-
pragma enable_logging('HTTP');
13+
CALL enable_logging('HTTP');
1414

1515
query II
1616
select * from 'https://github.com/duckdb/duckdb-data/releases/download/v1.0/job_role_type.parquet' order by all;

0 commit comments

Comments
 (0)