Skip to content

Commit 6b1fe32

Browse files
authored
Revert "chore: temporary fix for q11 (#1587)" (#1678)
This reverts commit 4f74798.
1 parent c260fc8 commit 6b1fe32

File tree

1 file changed

+1
-1
lines changed
  • third_party/bigframes_vendored/tpch/queries

1 file changed

+1
-1
lines changed

third_party/bigframes_vendored/tpch/queries/q11.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ def q(project_id: str, dataset_id: str, session: bigframes.Session):
4343

4444
result_df = result_df.sort_values(by="VALUE", ascending=False)
4545

46-
result_df.to_pandas()
46+
next(result_df.to_pandas_batches(max_results=1500))

0 commit comments

Comments
 (0)