Change variable and namespace name in BE (#268)

Change 'palo' to 'doris'
This commit is contained in:
chenhao7253886
2018-11-02 10:22:32 +08:00
committed by morningman
parent ad12d907da
commit 37b4cafe87
923 changed files with 4640 additions and 4640 deletions

View File

@ -34,7 +34,7 @@
using std::string;
using std::stringstream;
namespace palo {
namespace doris {
uint32_t CacheKey::hash(const char* data, size_t n, uint32_t seed) const {
// Similar to murmur hash
@ -425,4 +425,4 @@ Cache* new_lru_cache(size_t capacity) {
return new ShardedLRUCache(capacity);
}
} // namespace palo
} // namespace doris