feat: feat: add to_time, to_local_time, to_date functions #54
Annotations
5 errors
|
Run Ruff
Process completed with exit code 1.
|
|
Run Ruff:
python/tests/test_functions.py#L960
python/tests/test_functions.py:960:40: Q000 Single quotes found but double quotes preferred
|
|
Run Ruff:
python/datafusion/functions.py#L1017
python/datafusion/functions.py:1017:5: D205 1 blank line required between summary line and description
|
|
Run Ruff:
python/datafusion/functions.py#L21
python/datafusion/functions.py:21:40: F401 `typing.Sequence` imported but unused
|
|
Run Ruff:
python/datafusion/functions.py#L21
python/datafusion/functions.py:21:1: UP035 Import from `collections.abc` instead: `Sequence`
|
Loading