-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include fixes #454
Include fixes #454
Conversation
@@ -5,7 +5,7 @@ | |||
#include <DB/Storages/IStorage.h> | |||
|
|||
|
|||
namespace Poco { class Logger; } | |||
using Poco::Logger; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why we need to put Logger to global namespace in header file?
@@ -7,6 +7,9 @@ | |||
* Example: Int8(-1) != UInt8(255) | |||
*/ | |||
|
|||
|
|||
using DB::UInt64; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same issue.
|
||
namespace Poco { class Logger; } | ||
using Poco::Logger; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
…writing (ClickHouse#454) (cherry picked from commit b306260)
…writing (ClickHouse#454) (cherry picked from commit b306260)
…writing (ClickHouse#454) (cherry picked from commit b306260) (cherry picked from commit 92b51e5)
…writing (ClickHouse#454) (cherry picked from commit b306260) (cherry picked from commit 92b51e5) (cherry picked from commit e286118)
…writing (ClickHouse#454) (cherry picked from commit b306260) (cherry picked from commit 92b51e5) (cherry picked from commit e286118) (cherry picked from commit 2fd30ba) (cherry picked from commit 70872d4) (cherry picked from commit e4272cf) (cherry picked from commit 2a162aa) (cherry picked from commit 5ce59c2)
…writing (ClickHouse#454) (cherry picked from commit b306260) (cherry picked from commit 92b51e5) (cherry picked from commit e286118) (cherry picked from commit 2fd30ba) (cherry picked from commit 70872d4) (cherry picked from commit e4272cf) (cherry picked from commit 2a162aa) (cherry picked from commit 5ce59c2) (cherry picked from commit d705a83)
…writing (ClickHouse#454) (cherry picked from commit b306260) (cherry picked from commit 92b51e5) (cherry picked from commit e286118) (cherry picked from commit 2fd30ba) (cherry picked from commit 70872d4) (cherry picked from commit e4272cf) (cherry picked from commit 2a162aa) (cherry picked from commit 5ce59c2)
…writing (ClickHouse#454) (cherry picked from commit b306260) (cherry picked from commit 92b51e5) (cherry picked from commit e286118) (cherry picked from commit 2fd30ba) (cherry picked from commit 70872d4) (cherry picked from commit e4272cf) (cherry picked from commit 2a162aa) (cherry picked from commit 5ce59c2) (cherry picked from commit d705a83) (cherry picked from commit 04e46db) (cherry picked from commit 3d0ebdd) (cherry picked from commit 13448f2) (cherry picked from commit 616c93a) (cherry picked from commit a27fce6)
…writing (ClickHouse#454) (cherry picked from commit b306260)
…writing (ClickHouse#454) (cherry picked from commit b306260)
…writing (ClickHouse#454) (cherry picked from commit b306260)
…writing (ClickHouse#454) (cherry picked from commit b306260)
…writing (ClickHouse#454) (cherry picked from commit b306260)
…writing (ClickHouse#454) (cherry picked from commit b306260)
…writing (ClickHouse#454) (cherry picked from commit b306260)
No description provided.