cambyzju commented on code in PR #29783:
URL: https://github.com/apache/doris/pull/29783#discussion_r1446962954
##########
regression-test/suites/export/test_array_export.groovy:
##########
@@ -174,7 +174,7 @@ suite("test_array_export", "export") {
result = sql """
SELECT * FROM ${tableName} t ORDER BY k1 INTO OUTFILE
"file://${outFile}/";
"""
- url = result[0][3]
+ def url = result[0][3]
urlHost = url.substring(8, url.indexOf("${outFile}"))
Review Comment:
maybe other variables also have the same problem, such as `urlHost` ?
--
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]