Skip to content

Commit 47f467e

Browse files
Genesis929shobsi
authored andcommitted
perf: update shape to use quer_and_wait (#1519)
1 parent b9b7239 commit 47f467e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigframes/session/executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ def get_row_count(self, array_value: bigframes.core.ArrayValue) -> int:
462462
generate_row_count_plan(array_value.node)
463463
)
464464
sql = self.compiler.compile(row_count_plan, ordered=False)
465-
iter, _ = self._run_execute_query(sql)
465+
iter, _ = self._run_execute_query(sql, query_with_job=False)
466466
return next(iter)[0]
467467

468468
def cached(

0 commit comments

Comments
 (0)