Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal Error ICCatalogSet::CreateEntry called with empty name #99

Open
Tmonster opened this issue Feb 12, 2025 · 0 comments
Open

Internal Error ICCatalogSet::CreateEntry called with empty name #99

Tmonster opened this issue Feb 12, 2025 · 0 comments

Comments

@Tmonster
Copy link
Contributor

While trying to generate a spark table with deletes, I got this error. Thinking maybe it has something to do with empty catalogs or databases (i.e no tables in the catalog/database).

Filing to look into this later

INTERNAL Error:
ICCatalogSet::CreateEntry called with empty name

Stack Trace:

0   duckdb                              0x0000000104e956bc duckdb::Exception::Exception(duckdb::ExceptionType, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>> const&) + 40
1   duckdb                              0x0000000104eb99c4 duckdb::ErrorData::Throw(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&) const + 88
2   duckdb                              0x00000001052b974c duckdb::Executor::ExecuteTask(bool) + 872
3   duckdb                              0x0000000105231fe4 duckdb::ClientContext::ExecuteTaskInternal(duckdb::ClientContextLock&, duckdb::BaseQueryResult&, bool) + 64
4   duckdb                              0x0000000105234950 duckdb::PendingQueryResult::ExecuteInternal(duckdb::ClientContextLock&) + 120
5   duckdb                              0x0000000105236bec duckdb::PendingQueryResult::Execute() + 56
6   duckdb                              0x0000000104566794 duckdb_shell_sqlite3_print_duckbox + 520
7   duckdb                              0x00000001045500cc duckdb_shell::ShellState::ExecutePreparedStatement(sqlite3_stmt*) + 588
8   duckdb                              0x0000000104550668 duckdb_shell::ShellState::ExecuteSQL(char const*, char**) + 496
9   duckdb                              0x0000000104556d7c duckdb_shell::ShellState::RunOneSqlLine(char*) + 248
10  duckdb                              0x0000000104555638 duckdb_shell::ShellState::ProcessInput() + 1148
11  duckdb                              0x0000000104557e94 main + 3500
12  dyld                                0x00000001830fe0e0 start + 2360

This error signals an assertion failure within DuckDB. This usually occurs due to unexpected conditions or errors in the program's logic.
For more information, see https://duckdb.org/docs/dev/internal_errors
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

No branches or pull requests

1 participant