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 7db6b204b01 branch-4.0: [fix](case) test_alter_table_property #58769
(#58826)
7db6b204b01 is described below
commit 7db6b204b01bd4939f873fc6d9e020a4ba373e43
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 9 16:48:02 2025 +0800
branch-4.0: [fix](case) test_alter_table_property #58769 (#58826)
Cherry-picked from #58769
Co-authored-by: shuke <[email protected]>
---
regression-test/suites/alter_p2/test_alter_table_property.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regression-test/suites/alter_p2/test_alter_table_property.groovy
b/regression-test/suites/alter_p2/test_alter_table_property.groovy
index 54541b85024..4c21dbb4be7 100644
--- a/regression-test/suites/alter_p2/test_alter_table_property.groovy
+++ b/regression-test/suites/alter_p2/test_alter_table_property.groovy
@@ -84,7 +84,7 @@ suite ("test_alter_table_property") {
def result = sql_return_maparray """
show create table ${tableName}
"""
- logger.info(${result[0]})
+ logger.info("${result[0]}")
def createTableStr = result[0]['Create Table']
assertTrue(createTableStr.contains("\"storage_medium\" = \"ssd\""))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]