Skip to content

Commit 4f74798

Browse files
authored
chore: temporary fix for q11 (#1587)
* chore: temporary fix for q11 * update
1 parent c5b3edf commit 4f74798

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

+1-1
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-
next(result_df.to_pandas_batches(max_results=1500))
46+
result_df.to_pandas()

0 commit comments

Comments
 (0)