[feature](move-memtable) share delta writer v2 among sinks (#24066)

This commit is contained in:
Kaijie Chen
2023-09-13 14:39:29 +08:00
committed by GitHub
parent d87b852e18
commit 563c3f75ff
15 changed files with 622 additions and 93 deletions

View File

@ -29,9 +29,13 @@
#include "time.h"
#include "util/debug_util.h"
#include "util/time.h"
#include "vec/sink/delta_writer_v2_pool.h"
#include "vec/sink/load_stream_stub_pool.h"
namespace doris {
ExecEnv::ExecEnv() = default;
ExecEnv::~ExecEnv() {
destroy();
}