Skip to content

Conversation

Tishj
Copy link
Contributor

@Tishj Tishj commented Oct 4, 2024

Just something I noticed, this is one of the exception types that don't have a dedicated class for it.
I think having a good diversity of exception types is healthy, so the right one can be picked given the context - this makes that easier, than having to write:

throw duckdb::Exception(duckdb::ExceptionType::EXECUTOR, ss.str());

@Mytherin Mytherin merged commit 0e398d9 into duckdb:main Oct 7, 2024
40 checks passed
@Mytherin
Copy link
Collaborator

Mytherin commented Oct 7, 2024

Thanks!

github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Oct 16, 2024
[Dev] Add the ExecutorException class, making use of the EXECUTOR ExceptionType (duckdb/duckdb#14231)
Fix typos in code (duckdb/duckdb#14243)
github-actions bot added a commit to duckdb/duckdb-r that referenced this pull request Oct 16, 2024
[Dev] Add the ExecutorException class, making use of the EXECUTOR ExceptionType (duckdb/duckdb#14231)
Fix typos in code (duckdb/duckdb#14243)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants