github-actions[bot] commented on code in PR #62613:
URL: https://github.com/apache/doris/pull/62613#discussion_r3212388763
##########
regression-test/suites/pythonudf_p0/test_pythonudf_file_protocol.groovy:
##########
@@ -55,19 +55,20 @@ suite("test_pythonudf_file_protocol") {
qt_select_file_string """ SELECT py_file_string_mask('1234567890', 3,
3) AS result; """
// Test 3: Load float_test.py from zip package using file:// protocol
- sql """ DROP FUNCTION IF EXISTS py_file_float_process(FLOAT); """
+ sql """ DROP FUNCTION IF EXISTS py_file_float_process(FLOAT, FLOAT);
"""
sql """
- CREATE FUNCTION py_file_float_process(FLOAT)
+ CREATE FUNCTION py_file_float_process(FLOAT, FLOAT)
Review Comment:
This added line has trailing whitespace, so `git diff --check
3f3c79c01c7d386122058a33db8bcd1fc3b45c77..2612ce67a2e2a2ecadd4ac4ef1546e2ac7f52f1e`
fails with `trailing whitespace`. Please remove the extra space so the
regression suite passes repository style checks.
```suggestion
CREATE FUNCTION py_file_float_process(FLOAT, FLOAT)
```
--
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]