Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Profiling] Check that file type set byprofiling_output matches output type#19946

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
maiadegraaf wants to merge4 commits intoduckdb:main
base:main
Choose a base branch
Loading
frommaiadegraaf:profiling-file-override-bug
Draft
Show file tree
Hide file tree
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
fix tests
  • Loading branch information
@maiadegraaf
maiadegraaf committedNov 28, 2025
commit329a60fb5cc0c79ebcc28344d4013a8fdc5cc24d
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@ statement ok
PRAGMA enable_profiling

statement ok
PRAGMA profiling_output='__TEST_DIR__/test.json'
PRAGMA profiling_output='__TEST_DIR__/test.txt'

statement ok
PRAGMA profiling_mode = detailed
Expand Down
4 changes: 2 additions & 2 deletionstest/sql/settings/setting_exhaustive.test
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -32,7 +32,7 @@ SET enable_external_access=true

# enable_profiling
statement ok
SET profile_output='__TEST_DIR__/profile_output'
SET profile_output='__TEST_DIR__/profile_output.txt'

foreach enable_profiling json query_tree query_tree_optimizer

Expand DownExpand Up@@ -75,4 +75,4 @@ endloop
statement error
SET explain_output='unknown';
----
<REGEX>:.*unrecognized value.*
<REGEX>:.*unrecognized value.*

[8]ページ先頭

©2009-2025 Movatter.jp