ec7c8a2c6f
Support adding fixed range partition
...
eg: ALTER TABLE test_table ADD PARTITION p0125 VALUES [("20190125"), ("20190126"));
2019-10-15 09:50:30 +08:00
b84ef013eb
Fix the mistake for HLL in mini load ( #1981 )
...
[Docs] Fix mistakes for HLL column in mini load
2019-10-14 19:46:23 +08:00
40b9c3571b
Support hll_empty function ( #1825 )
2019-09-25 09:28:02 +08:00
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
714dca8699
Support table comment and column comment for view ( #1799 )
2019-09-18 09:45:28 +08:00
b327643132
Fix bug that failed to limit the mem usage of HLL column when loading ( #1778 )
...
Should use arena to allocate mem for HyperLogLog column.
2019-09-11 10:20:46 +08:00
f87abd93c8
Modify the website ( #1730 )
...
1. Add Apache incubator disclaimer.
2. Add "Edit on Github" button on every page.
3. Add Committer Ling Miao.
4. Modify some English documents.
2019-08-31 19:49:44 +08:00
1164264e9d
Add English version Doris website ( #1729 )
2019-08-30 22:07:24 +08:00
7a0c7f45b2
Add English documents for Doris ( #1719 )
...
The english documents is translated by machine. So It may has some mistake.
We will fix them later
2019-08-29 13:47:15 +08:00