[Refactor] Use file factory to replace create file reader/writer (#9505)
1. Simplify code logic and improve abstraction 2. Fix the mem leak of raw pointer Co-authored-by: lihaopeng <lihaopeng@baidu.com>
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
|
||||
#include "common/status.h"
|
||||
#include "exec/decompressor.h"
|
||||
#include "exec/file_reader.h"
|
||||
#include "io/file_reader.h"
|
||||
|
||||
// INPUT_CHUNK must
|
||||
// larger than 15B for correct lz4 file decompressing
|
||||
|
||||
Reference in New Issue
Block a user