Skip to content

Commit 75be9d0

Browse files
committed
fix modin test
1 parent 16b48a3 commit 75be9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def session(
355355
session.sql(
356356
"alter session set ENABLE_EXTRACTION_PUSHDOWN_EXTERNAL_PARQUET_FOR_COPY_PHASE_I='Track';"
357357
).collect()
358-
session.sql("alter session set ENABLE_ROW_ACCESS_POLICY=true")
358+
session.sql("alter session set ENABLE_ROW_ACCESS_POLICY=true").collect()
359359

360360
try:
361361
yield session

0 commit comments

Comments
 (0)