test: add current_branch to the namespace pushdown fake

This commit is contained in:
Brendan Clement
2026-06-08 15:51:34 -07:00
parent d6143c5426
commit b48a1f3c7e

View File

@@ -28,6 +28,10 @@ def _ipc_file(table: pa.Table = PUSHDOWN_DATA) -> bytes:
class _FailingSyncInner:
name = "hist"
def current_branch(self):
# The pushdown gate only routes server-side when on the default branch.
return None
async def schema(self):
return PUSHDOWN_DATA.schema