diff --git a/regression-test/pipeline/cloud_p0/conf/be_custom.conf b/regression-test/pipeline/cloud_p0/conf/be_custom.conf index d201cad3facc27e..041c24abed2853f 100644 --- a/regression-test/pipeline/cloud_p0/conf/be_custom.conf +++ b/regression-test/pipeline/cloud_p0/conf/be_custom.conf @@ -4,6 +4,7 @@ disable_stream_load_2pc=false enable_vectorized_alter_table = true enable_new_scan_node = true push_worker_count_high_priority = 2 +enable_streamload_by_httpstream streaming_load_max_mb = 107374182400 clear_file_cache=true enable_file_cache=true diff --git a/regression-test/pipeline/cloud_p1/conf/be_custom.conf b/regression-test/pipeline/cloud_p1/conf/be_custom.conf index 0d3ae0c526d942c..c6e536e5e6dcbd4 100644 --- a/regression-test/pipeline/cloud_p1/conf/be_custom.conf +++ b/regression-test/pipeline/cloud_p1/conf/be_custom.conf @@ -5,6 +5,7 @@ enable_vectorized_alter_table = true enable_new_scan_node = true push_worker_count_high_priority = 2 streaming_load_max_mb = 107374182400 +enable_streamload_by_httpstream=true clear_file_cache=true enable_file_cache=true #disable_storage_page_cache = true diff --git a/regression-test/pipeline/p0/conf/be.conf b/regression-test/pipeline/p0/conf/be.conf index 760b8762430bd76..5b95969ca48f43a 100644 --- a/regression-test/pipeline/p0/conf/be.conf +++ b/regression-test/pipeline/p0/conf/be.conf @@ -61,7 +61,7 @@ enable_debug_points=true # debug scanner context dead loop enable_debug_log_timeout_secs=0 enable_missing_rows_correctness_check=true - +enable_streamload_by_httpstream=true trino_connector_plugin_dir=/tmp/trino_connector/connectors enable_jvm_monitor = true diff --git a/regression-test/pipeline/p1/conf/be.conf b/regression-test/pipeline/p1/conf/be.conf index 4401bc364984222..2a739f59ea0128c 100644 --- a/regression-test/pipeline/p1/conf/be.conf +++ b/regression-test/pipeline/p1/conf/be.conf @@ -44,7 +44,7 @@ arrow_flight_sql_port = 8181 path_gc_check_interval_second=1 max_garbage_sweep_interval=180 - +enable_streamload_by_httpstream=true log_buffer_level = -1 enable_stream_load_record = true storage_root_path=/mnt/ssd01/cluster_storage/doris.SSD/P0/cluster1