yan zhang
yan zhang
run starrocks_fe_unittest
run starrocks_admit_test
> How about adding this clang tidy rule in our clang-tidy script Drawbacks: - if enable `modern-xxx` in .clang-tidy, there are more changes than this. And most of them, I...
> > > How about adding this clang tidy rule in our clang-tidy script > > > > > > Drawbacks: > > > > * if enable `modern-xxx` in...
We can also apply clang-tidy to fix files by > run-clang-tidy -p . -fix -j 32 be/src/formats/parquet No need to modify cmakelists.txt
right now it's quite expensive to detect file format of a table. in practice there will be only 1 format for a single table, but there could also be a...
@mergify backport branch-3.3
> Can we get metrics for each chunk source, not accumulated. > > Although min/max is not accurate, it is still useful. If it is removed, we will have no...
> As the io tasks execute in parallel, if we just accumelate it without average, is it can represent the approximately time? In the old way, we usually can estimated...
Do you have any parquet files to do unit test? It would be nicer to add ut to capture this bug.