hc4 opened this issue 7 years ago · 1 comments
@hc4 Thanks for reporting this!
For now, you can either use named parameters or unnamed parameters for all arguments of a function.
Example:
parse_date(str, "yyyy-MM-dd HH:mm:ss", "en", "UTC"); parse_date(value: str, pattern: "yyyy-MM-dd HH:mm:ss", locale: "en", timezone: "UTC");