Skip to content

Commit 9756077

Browse files
committed
rebase
1 parent 1c197ef commit 9756077

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

velox/dwio/common/compression/Compression.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,21 @@ DEFINE_bool(
3434
false,
3535
"if to use qat for zstd compression");
3636

37+
<<<<<<< HEAD:velox/dwio/common/compression/Compression.cpp
3738
DEFINE_bool(VELOX_ENABLE_QAT_ZSTD, false, "if to use qat for zstd compression");
3839

40+
=======
41+
>>>>>>> de1d550b7 (add fallback flag):velox/dwio/dwrf/common/Compression.cpp
3942
DEFINE_int32(
4043
ENABLE_QAT_ZSTD_FALLBACK,
4144
0,
4245
"if to allow qat to fall back on sw when qat devices are not functional");
4346

47+
<<<<<<< HEAD:velox/dwio/common/compression/Compression.cpp
4448
namespace facebook::velox::dwio::common::compression {
49+
=======
50+
namespace facebook::velox::dwrf {
51+
>>>>>>> de1d550b7 (add fallback flag):velox/dwio/dwrf/common/Compression.cpp
4552

4653
using dwio::common::encryption::Decrypter;
4754
using dwio::common::encryption::Encrypter;

0 commit comments

Comments
 (0)