mattisonchao commented on PR #24751:
URL: https://github.com/apache/datafusion/pull/24751#issuecomment-5455158703
Sure — I temporarily changed the documented `array_has_all` argument from
`sub_array` to `sub-array` and ran:
```console
cargo test -p datafusion --test core_integration
function_docs::argument_names_do_not_contain_hyphens -- --exact --nocapture
```
The relevant output is:
```text
running 1 test
UDF argument names must use underscores instead of hyphens:
array_has_all: sub-array
test function_docs::argument_names_do_not_contain_hyphens ... FAILED
failures:
function_docs::argument_names_do_not_contain_hyphens
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 1096
filtered out
```
The temporary argument-name change was reverted afterward.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]