The GitHub Actions job "C++ Linter" on iceberg-cpp.git/bugfixes_unreachable_return has succeeded. Run started by GitHub user shangxinli (triggered by shangxinli).
Head commit for run: e87fc1bf895308b622d1bd80e6a88ded0fd4b238 / Xinli Shang <[email protected]> fix: remove unreachable return statement in ListNamespaces The while(true) loop in RestCatalog::ListNamespaces only exits via the return statement at line 151 when next_page_token is empty. The return statement after the loop is unreachable dead code and should be removed. Report URL: https://github.com/apache/iceberg-cpp/actions/runs/20623779854 With regards, GitHub Actions via GitBox
