mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Fixed code #2272
This commit is contained in:
parent
04d1c8c449
commit
63625c0a30
@ -233,7 +233,7 @@ public:
|
||||
|
||||
bool getBool(size_t n) const override
|
||||
{
|
||||
return data[n];
|
||||
return bool(data[n]);
|
||||
}
|
||||
|
||||
Int64 getInt(size_t n) const override
|
||||
|
Loading…
Reference in New Issue
Block a user