Skip to content

Commit 563cb8e

Browse files
committed
fix(impala): compile to NOW instead of hive-default current_timestamp
1 parent 1de2ef6 commit 563cb8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ibis/backends/sql/dialects.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ class Generator(Hive.Generator):
349349
sge.Interval: lambda self, e: _interval(self, e, quote_arg=False),
350350
sge.CurrentDate: rename_func("current_date"),
351351
sge.TableSample: tablesample_percent_to_int,
352+
sge.CurrentTimestamp: lambda *_: "NOW()",
352353
}
353354

354355

0 commit comments

Comments
 (0)