File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
velox/dwio/common/compression Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,21 @@ DEFINE_bool(
34
34
false ,
35
35
" if to use qat for zstd compression" );
36
36
37
+ <<<<<<< HEAD:velox/dwio/common/compression/Compression.cpp
37
38
DEFINE_bool (VELOX_ENABLE_QAT_ZSTD, false , " if to use qat for zstd compression" );
38
39
40
+ =======
41
+ >>>>>>> de1d550b7 (add fallback flag):velox/dwio/dwrf/common/Compression.cpp
39
42
DEFINE_int32(
40
43
ENABLE_QAT_ZSTD_FALLBACK,
41
44
0 ,
42
45
" if to allow qat to fall back on sw when qat devices are not functional" );
43
46
47
+ <<<<<<< HEAD:velox/dwio/common/compression/Compression.cpp
44
48
namespace facebook ::velox::dwio::common::compression {
49
+ =======
50
+ namespace facebook ::velox::dwrf {
51
+ >>>>>>> de1d550b7 (add fallback flag):velox/dwio/dwrf/common/Compression.cpp
45
52
46
53
using dwio::common::encryption::Decrypter;
47
54
using dwio::common::encryption::Encrypter;
You can’t perform that action at this time.
0 commit comments