Change variable and namespace name in BE (#268)
Change 'palo' to 'doris'
This commit is contained in:
committed by
morningman
parent
ad12d907da
commit
37b4cafe87
@ -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
|
||||
|
||||
Reference in New Issue
Block a user