This is an automated email from the ASF dual-hosted git repository.
zclll 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 bd8a44f2db0 [fix](case) fix case bug (#56871)
bd8a44f2db0 is described below
commit bd8a44f2db0107f052368392de695fb423e105e1
Author: shuke <[email protected]>
AuthorDate: Wed Oct 22 12:52:40 2025 +0800
[fix](case) fix case bug (#56871)
---
.../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]