Skip to content

Commit

Permalink
refactor: Filtered the Patents that apply to TsFile in the NOTICE, re…
Browse files Browse the repository at this point in the history
…-renamed the TsFileLZ4Compressor to LZ4Compressor
  • Loading branch information
chrisdutz committed Jan 5, 2024
1 parent 9197795 commit d98ae48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@

package org.apache.tsfile.compress;

import net.jpountz.lz4.LZ4Compressor;
import org.apache.tsfile.exception.compress.CompressionTypeNotSupportedException;
import org.apache.tsfile.file.metadata.enums.CompressionType;

import com.github.luben.zstd.Zstd;
import net.jpountz.lz4.LZ4Compressor;
import net.jpountz.lz4.LZ4SafeDecompressor;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down

0 comments on commit d98ae48

Please sign in to comment.