Skip to content

Commit 84a838f

Browse files
committed
Remove Fusion SQL warning
1 parent 9a3b804 commit 84a838f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

singlestoredb/fusion/handler.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -641,13 +641,6 @@ def execute(self, sql: str) -> result.FusionSQLResult:
641641
DummySQLResult
642642
643643
"""
644-
import warnings
645-
warnings.warn(
646-
'Fusion SQL is currently a preview feature. '
647-
'Run `SHOW FUSION COMMANDS` to see all commands.',
648-
RuntimeWarning,
649-
)
650-
651644
type(self).compile()
652645
self._handled = set()
653646
try:

0 commit comments

Comments
 (0)