Skip to content

Commit

Permalink
Update Lz4Compression.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma authored Nov 16, 2023
1 parent 26dbdea commit 2eba4dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions velox/common/compression/v2/Lz4Compression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
* limitations under the License.
*/

#include "velox/common/compression/v2/Lz4Compression.h"
#include <glog/logging.h>

#include "velox/common/base/Exceptions.h"
#include "velox/common/compression/v2/Lz4Compression.h"

namespace facebook::velox::common {

Expand Down Expand Up @@ -524,4 +526,4 @@ std::unique_ptr<Codec> makeLz4RawCodec(int32_t compressionLevel) {
std::unique_ptr<Codec> makeLz4HadoopRawCodec() {
return std::make_unique<Lz4HadoopCodec>();
}
} // namespace facebook::velox::common
} // namespace facebook::velox::common

0 comments on commit 2eba4dd

Please sign in to comment.