On MacOS, the BinderException is not being caught properly in planner.cpp, leading to an InvalidError exception thrown. On MacOS it leads to the std::exception case, while on Linux it goes to catch (const Exception &ex). Possibly related to https://github.com/duckdb/duckdb/issues/6521
On MacOS, the BinderException is not being caught properly in
planner.cpp
, leading to an InvalidError exception thrown. On MacOS it leads to the std::exception case, while on Linux it goes tocatch (const Exception &ex)
. Possibly related to https://github.com/duckdb/duckdb/issues/6521