Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
86 views

I have Python script using Python binding lz4 of the original lz4: import lz4.frame import shutil input_file = r"E:\Personal Projects\tmp\chunk_0.ndjson" output_file = r"E:\Personal ...
Akira's user avatar
  • 2,918
0 votes
2 answers
124 views

Is there any way to decompress csv lz4 files by Spark? I tried following approaches: First: sparkSession.read .option("delimiter", ",") .option("compression", "...
Jelly's user avatar
  • 1,434
0 votes
0 answers
286 views

I've got an issue with libarchive extraction on iOS system, it crashes while unpacking it, happens not for all users, only a few ones. int copy_data(struct archive* ar, struct archive* aw) { const ...
qrandom's user avatar
1 vote
0 answers
290 views

I'm at a loss. I am on .NET Framework 4.8. I installed K4os.Compression.LZ4 1.3.8 via Nuget and use LZ4Pickler.Pickle(). My required dependencies according to https://www.nuget.org/packages/K4os....
0 votes
0 answers
383 views

I am trying to run one of my methods which has - spark.sql("DROP TABLE IF EXISTS " + dbNameString + "." + tableNameString) When I am running the method, the code breaks on the ...
4 votes
1 answer
2k views

Working with Postgres 16.2 for Windows, I am attempting to set LZ4 compression on a column within one of our tables. message text COMPRESSION lz4, When I perform the following query: SELECT attname,...
0 votes
1 answer
140 views

I have a file in s3 that is compressed using lz4 (I tried bz2 too) compression and served from an API endpoint as an application/octet-stream. The API fetches the compressed file from S3 and serves ...
0 votes
1 answer
67 views

I've been using a few compression algorithms and before you compress you're apparently supposed to get the maximum bound of the possible compression result with calls such as: ZSTD_compressBound(...
Zebrafish's user avatar
  • 16.7k
0 votes
0 answers
152 views

In LZ4 compression library in a header file we have a function definition which is deprecated: /*! Obsolete decompression functions (since v1.8.0) */ LZ4_DEPRECATED("use LZ4_decompress_fast() ...
Zebrafish's user avatar
  • 16.7k
0 votes
1 answer
210 views

I am trying to fetch an OS image with pycurl and write the decompressed data to disk. With gzip it is straight forward, only with lz4 formats I face issues, it seems the write_lz4(buf) decompresses ...
Max's user avatar
  • 625
0 votes
1 answer
130 views

I'm using JSON to pass messages between a server and a client, both written in C++. To get a performance boost, I'm evaluating compression, as well as binary formats (like MessagePack). I started with ...
DarkRise's user avatar
2 votes
1 answer
2k views

I'm trying to export Clickhouse table to s3 following official docs and using command: INSERT INTO FUNCTION s3( 'https://my-bucket.s3.amazonaws.com/files/table.csv.lz4', 'aws_key', ...
Ivan Longin's user avatar
  • 3,363
0 votes
1 answer
219 views

I'm attempting to use a CheckedOutputStream/CheckedInputStream to calculate a CRC32 checksum for a tar archive to ensure data integrity in a volatile system with frequent total electronic power loss. ...
0 votes
1 answer
56 views

The official iOS method,compression_encode_buffer,unable to process short data. For example data {length = 17, bytes = 0x00000000020000000100000000ffe2ff61} Use compression_encode_buffer to ...
Gump Gump's user avatar
0 votes
1 answer
936 views

I apologize in advance, I am very new to using linux. I am attempting to install the proxmark3 client on Pop!OS and everything goes well up until I try to make all in the github repo. This is what I ...

15 30 50 per page
1
2 3 4 5
...
12

AltStyle によって変換されたページ (->オリジナル) /