Skip to content

Commit 80ba550

Browse files
Update packages/bigframes/bigframes/core/pyformat.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 156e0e2 commit 80ba550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bigframes/bigframes/core/pyformat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def is_biglake(
121121
contains_biglake = value._block.expr.node.reduce_up(is_biglake)
122122

123123
if contains_biglake:
124-
sql_query, _, _ = value._to_sql_query(include_index=False)
124+
sql_query, _, _ = value._to_sql_query(include_index=True)
125125
return f"({sql_query})"
126126

127127
return _table_to_sql(value._to_placeholder_table(dry_run=dry_run))

0 commit comments

Comments
 (0)