Skip to content

Commit 1334dd5

Browse files
committed
chore: use dt.string
1 parent 7baf171 commit 1334dd5

File tree

1 file changed

+1
-1
lines changed
  • python/xorq/backends/let/datafusion

1 file changed

+1
-1
lines changed

python/xorq/backends/let/datafusion/udfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def regex_split(s: str, pattern: str) -> list[str]:
131131
return pc.split_pattern_regex(s, pattern)
132132

133133

134-
def temporal_strftime(array: dt.Timestamp(scale=9), pattern: str) -> dt.string:
134+
def temporal_strftime(array: dt.Timestamp(scale=9), pattern: dt.string) -> dt.string:
135135
patterns = pattern.unique()
136136

137137
if len(patterns) != 1:

0 commit comments

Comments
 (0)