This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new d1a1b85ecae branch-4.0: [fix](case) fix case bug #56871 (#57221)
d1a1b85ecae is described below
commit d1a1b85ecae2653182604d7be8d88c59f6c9fb09
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 22 16:21:26 2025 +0800
branch-4.0: [fix](case) fix case bug #56871 (#57221)
Cherry-picked from #56871
Co-authored-by: shuke <[email protected]>
---
.../load_p0/ingestion_load/test_ingestion_load_alter_column.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/regression-test/suites/load_p0/ingestion_load/test_ingestion_load_alter_column.groovy
b/regression-test/suites/load_p0/ingestion_load/test_ingestion_load_alter_column.groovy
index b4108bad663..57d864ed7d0 100644
---
a/regression-test/suites/load_p0/ingestion_load/test_ingestion_load_alter_column.groovy
+++
b/regression-test/suites/load_p0/ingestion_load/test_ingestion_load_alter_column.groovy
@@ -162,7 +162,7 @@ suite('test_ingestion_load_alter_column', 'p0,external') {
)
"""
- label = "test_ingestion_load_alter_column_1"
+ def label = "test_ingestion_load_alter_column_1"
testIngestLoadJob.call(tableName1, label, context.config.dataPath
+ '/load_p0/ingestion_load/data.parquet', {
sql "alter table ${tableName1} drop column c_datetimev2"
@@ -194,7 +194,7 @@ suite('test_ingestion_load_alter_column', 'p0,external') {
)
"""
- def label = "test_ingestion_load_alter_column_2"
+ label = "test_ingestion_load_alter_column_2"
testIngestLoadJob.call(tableName2, label, context.config.dataPath
+ '/load_p0/ingestion_load/data.parquet', {
sql "alter table ${tableName2} add column c_string string null"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]