Files
doris/docs/documentation/cn/sql-reference/sql-statements
Mingyu Chen e70e48c01e Add a ALTER operation to change distribution type from RANDOM to HASH (#1823)
Random distribution is no longer supported since version 0.9.
And we need a way to convert the random distribution to hash distribution.

    ALTER TABLE db.tbl SET ("distribution_type" = "hash");
2019-09-18 14:16:26 +08:00
..
2019-08-16 14:52:32 +08:00