This week in Databend #22
Databend [1] aimed to be an open source elastic and reliable cloud warehouse, it offers blazing fast query and combines elasticity, simplicity, low cost of the cloud, built to make the Data Cloud easy. Big changes Below is a list of some major changes that we don't want you to miss. Features • support user defined function by @lianghanzhen [2] • support user defined function ( #3655 [3] ) • alter function feature ( #3670 [4] ) • support expression as definition ( #3684 [5] ) • add new planner framework by @leiysky [6] ( #2983 [7] ) • add more strings functions • CHAR by @BlackSmith96 [8] ( #3552 [9] , merging in #3644 [10] by @sundy-li [11] ) Improvement • add new ArrayBuilder & Improve merge result by @Veeupup [12] ( #3665 [13] ) • add DataTypeAndNullable by @zhang2014 [14] ( #3658 [15] ) • support append columns in create table as select by...