Skip to content

Commit d8dac65

Browse files
turn on experimental compiler for tests
1 parent 6aa4489 commit d8dac65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigframes/_config/experiment_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ExperimentOptions:
2727
def __init__(self):
2828
self._semantic_operators: bool = False
2929
self._ai_operators: bool = False
30-
self._sql_compiler: Literal["legacy", "stable", "experimental"] = "stable"
30+
self._sql_compiler: Literal["legacy", "stable", "experimental"] = "experimental"
3131

3232
@property
3333
def semantic_operators(self) -> bool:

0 commit comments

Comments
 (0)