Skip to content

Commit

Permalink
Remove Fusion SQL warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 committed Dec 10, 2024
1 parent 9a3b804 commit 84a838f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions singlestoredb/fusion/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,13 +641,6 @@ def execute(self, sql: str) -> result.FusionSQLResult:
DummySQLResult
"""
import warnings
warnings.warn(
'Fusion SQL is currently a preview feature. '
'Run `SHOW FUSION COMMANDS` to see all commands.',
RuntimeWarning,
)

type(self).compile()
self._handled = set()
try:
Expand Down

0 comments on commit 84a838f

Please sign in to comment.