This is an automated email from the ASF dual-hosted git repository.
zhangchen pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 61540ef6c48 [Fix](branch-3.0) Fix wrong variable in http stream test
(#39323)
61540ef6c48 is described below
commit 61540ef6c4834c871fb11b5a6abc384058277317
Author: abmdocrt <[email protected]>
AuthorDate: Wed Aug 14 20:17:42 2024 +0800
[Fix](branch-3.0) Fix wrong variable in http stream test (#39323)
---
.../suites/load_p0/http_stream/test_cloud_http_stream_2pc_mow.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/load_p0/http_stream/test_cloud_http_stream_2pc_mow.groovy
b/regression-test/suites/load_p0/http_stream/test_cloud_http_stream_2pc_mow.groovy
index eebc61ab176..292c1ab2d9f 100644
---
a/regression-test/suites/load_p0/http_stream/test_cloud_http_stream_2pc_mow.groovy
+++
b/regression-test/suites/load_p0/http_stream/test_cloud_http_stream_2pc_mow.groovy
@@ -50,7 +50,7 @@ suite("test_cloud_http_stream_2pc_mow", "p0") {
set 'version', '1'
set 'two_phase_commit', 'true'
set 'sql', """
- insert into ${db}.${tableName1} select * from
http_stream("column_separator"=",", "format"="csv")
+ insert into ${db}.${tableName} select * from
http_stream("column_separator"=",", "format"="csv")
"""
time 10000
file 'all_types.csv'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]