Skip to content

Commit 1a7f859

Browse files
committed
add todo
1 parent 590fb30 commit 1a7f859

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bigframes/display/anywidget.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def __init__(self, dataframe: bigframes.dataframe.DataFrame):
9292
# metadata about how many results there were. Use that to avoid
9393
# doing an extra COUNT(*) query that `len(...)` would do.
9494
self._batches = self._dataframe.to_pandas_batches(page_size=self.page_size)
95+
# TODO (shuowei): total_rows=None Incorrectly Defaults to 0. b/452747934
9596
self.row_count = self._batches.total_rows or 0
9697

9798
self._set_table_html()

0 commit comments

Comments
 (0)