[chore](fix) Fix some spell errors in be's comments. #13452

This commit is contained in:
xy720
2022-10-20 08:56:01 +08:00
committed by GitHub
parent 3821f8420d
commit f329d33666
48 changed files with 57 additions and 57 deletions

View File

@ -34,7 +34,7 @@ void register_aggregate_function_reader_load(AggregateFunctionSimpleFactory& fac
register_function("hll_union", create_aggregate_function_HLL_union<false>);
}
// only replace funtion in load/reader do different agg operation.
// only replace function in load/reader do different agg operation.
// because Doris can ensure that the data is globally ordered in reader, but cannot in load
// 1. reader, get the first value of input data.
// 2. load, get the last value of input data.