Skip to content

Commit

Permalink
fix(clickhouse): avoid forcing UTC to allow connection to servers tha…
Browse files Browse the repository at this point in the history
…t do not allow it (#8762)
  • Loading branch information
cpcloud authored Mar 25, 2024
1 parent c964bc5 commit 52eeea9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ibis/backends/clickhouse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ def do_connect(
"""
if settings is None:
settings = {}
settings.setdefault("session_timezone", "UTC")

self.con = cc.get_client(
host=host,
Expand Down

0 comments on commit 52eeea9

Please sign in to comment.