Files
doris/regression-test/data/schema_change/test_alter_table_column.out
zy-kkk 63786df253 [test]Add schema change for regression test (#9836)
* add alter table column test

* add test date

* add cancelled state judge
2022-05-30 16:06:17 +08:00

21 lines
367 B
Plaintext

-- This file is automatically generated. You should know what you did if you want to edit this
-- !sql --
k1 INT Yes true \N
k2 INT Yes true \N
value1 INT Yes false \N NONE
value2 INT Yes false \N NONE
-- !sql --
1 1 10 20
1 1 30 40
-- !sql --
k1 INT Yes true \N
k2 INT Yes true \N
value1 INT Yes false \N SUM
value2 INT Yes false \N SUM
-- !sql --
1 1 40 60