We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f581f5 commit a23f285Copy full SHA for a23f285
‎tests/unit/core/compile/sqlglot/test_compile_readlocal.py
@@ -45,7 +45,9 @@ def test_compile_readlocal_w_lists_df(
45
compiler_session_w_repeated_types: bigframes.Session,
46
snapshot,
47
):
48
- bf_df = bpd.DataFrame(repeated_types_pandas_df, session=compiler_session_w_repeated_types)
+ bf_df = bpd.DataFrame(
49
+ repeated_types_pandas_df, session=compiler_session_w_repeated_types
50
+ )
51
snapshot.assert_match(bf_df.sql, "out.sql")
52
53
0 commit comments