You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: