This is an automated email from the ASF dual-hosted git repository. airborne 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 980a86bea83 branch-3.0: [test](inverted index) use inner function instead of load_from_hdfs #55282 (#55304) 980a86bea83 is described below commit 980a86bea83fe687f15ab3d139603e61067d3ec2 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Aug 26 19:09:32 2025 +0800 branch-3.0: [test](inverted index) use inner function instead of load_from_hdfs #55282 (#55304) Cherry-picked from #55282 Co-authored-by: Jack <jiang...@selectdb.com> --- regression-test/suites/inverted_index_p0/load/test_spark_load.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/inverted_index_p0/load/test_spark_load.groovy b/regression-test/suites/inverted_index_p0/load/test_spark_load.groovy index 488b7c6b35b..4dff6264a2e 100644 --- a/regression-test/suites/inverted_index_p0/load/test_spark_load.groovy +++ b/regression-test/suites/inverted_index_p0/load/test_spark_load.groovy @@ -154,7 +154,7 @@ suite("test_spark_load_with_index_p0", "p0") { create_test_table.call(testTable) create_test_table.call(testTable2) def test_load_label = UUID.randomUUID().toString().replaceAll("-", "") - load_from_hdfs.call(testTable, testTable2, test_load_label, hdfs_txt_file_path1, hdfs_txt_file_path2) + load_from_hdfs_use_spark.call(testTable, testTable2, test_load_label, hdfs_txt_file_path1, hdfs_txt_file_path2) check_load_result.call(test_load_label, testTable, testTable2) } finally { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org