1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-07 03:22:57 +03:00

chore(rbo,rules): fixes to compile MCS with ES 10.6

This commit is contained in:
drrtuy
2025-07-18 16:32:08 +00:00
parent a01c883e07
commit f881bae496
5 changed files with 4 additions and 8 deletions

View File

@@ -87,7 +87,7 @@ struct Histogram_bucket
longlong ndv;
};
class Histogram_json_hb final : public Histogram_base
class Histogram_json_hb
{
std::vector<Histogram_bucket> buckets;