Skip to content

Commit

Permalink
chore: revert flink compiler change
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 10, 2024
1 parent e877e0d commit 055da77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/backends/sql/compilers/flink.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def visit_DayOfWeekName(self, op, *, arg):
return lookup_table[index]

def visit_TimestampNow(self, op):
return self.cast(self.v.current_timestamp, dt.timestamp)
return self.v.current_timestamp

def visit_DateNow(self, op):
return self.v.current_date
Expand Down

0 comments on commit 055da77

Please sign in to comment.