mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Aggregate function sumMap: fix compilation error regarding getHeaderFilePath after merge with master.
This commit is contained in:
parent
55e1559733
commit
07cd6829d0
@ -179,6 +179,8 @@ public:
|
||||
to_data.insert(values);
|
||||
to_offsets.push_back((to_offsets.empty() ? 0 : to_offsets.back()) + 2);
|
||||
}
|
||||
|
||||
const char * getHeaderFilePath() const override { return __FILE__; }
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user