This is an automated email from the ASF dual-hosted git repository.
hellostephen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 0066bcdb26f [fix](auth)fix stream load information to observer (#44632)
0066bcdb26f is described below
commit 0066bcdb26f08e2e5945a4a67a91814aae657814
Author: zfr95 <[email protected]>
AuthorDate: Tue Nov 26 20:36:16 2024 +0800
[fix](auth)fix stream load information to observer (#44632)
---
regression-test/suites/auth_call/test_dml_stream_load_auth.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regression-test/suites/auth_call/test_dml_stream_load_auth.groovy
b/regression-test/suites/auth_call/test_dml_stream_load_auth.groovy
index 240fdde6f69..30f01c0e72d 100644
--- a/regression-test/suites/auth_call/test_dml_stream_load_auth.groovy
+++ b/regression-test/suites/auth_call/test_dml_stream_load_auth.groovy
@@ -59,7 +59,7 @@ suite("test_dml_stream_load_auth","p0,auth_call") {
def path_file =
"${context.file.parent}/../../data/auth_call/stream_load_data.csv"
def load_path =
"${context.file.parent}/../../data/auth_call/stream_load_cm.sh"
- def cm = """curl --location-trusted -u ${user}:${pwd} -H
"column_separator:," -T ${path_file}
http://${sql_ip}:${http_port}/api/${dbName}/${tableName}/_stream_load"""
+ def cm = """curl -v --location-trusted -u ${user}:${pwd} -H
"column_separator:," -T ${path_file}
http://${sql_ip}:${http_port}/api/${dbName}/${tableName}/_stream_load"""
logger.info("cm: " + cm)
write_to_file(load_path, cm)
cm = "bash " + load_path
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]