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
## What
Re-adds spdlog (v1.15.3, configured with SPDLOG_USE_STD_FORMAT) as a
build dependency, reverting #459.
## Why
#459 removed spdlog because nothing used it at the time, with the note
that it could be added back "when it is actually needed." It is now
needed: this is the foundation for the upcoming logging system for
iceberg-cpp. Restoring the dependency wiring in its own change keeps
that follow-up focused purely on the logger itself.
0 commit comments