-
### Describe the bug, including details regarding any error messages, version, and platform.
platform: Ubuntu 22.04, x86_64
arrow: release-17.0.0-rc2
According to the
https://github.com/apach…
-
Hello. We have an openstack virtualization with ceilometer on each host. Gnocchi is running on a separate VM. Almost a week ago we were moving disk of a VM running gnocchi to another storage solution,…
-
LZ4 1.10.0 now available.
Multi core support with great acceleration.
-
Please consider implementing LZ4 as compression https://code.google.com/p/lz4/#LZ4_is_used_by
-
Would you consider adding LZ4? I haven't been able to find a working JS-only implementation that does not corrupt data.
-
The currently implemented LZ4 compression is based on the hadoop codec which is now deprecated (see details at PARQUET-1996). Also, a new, properly specified LZ4 compression (LZ4_RAW) has been introdu…
-
I created references with kerchunk. Because of missing storage space, I was thinking of just compressing the files which are referenced with `lz4`. My question is: Could I leave the references as is a…
-
1.创建表
CREATE TABLE `customers` (
`cust_id` int(11) NOT NULL COMMENT "",
`cust_name` varchar(150) NOT NULL COMMENT ""
) ENGINE=OLAP
PRIMARY KEY(`cust_id`)
DISTRIBUTED BY HASH(`cust_id`)
PRO…
-
I'm trying to use `lz4_flex` to decompress a small `.lz4` file. The file was compressed using `lz4c` on Ubuntu 22.
```
$ echo foobar > file
$ lz4c -9kv file
*** LZ4 command line interface 64-b…
-
The `kafka-clients-metrics-3.7.0` instrumentation has started failing to verify as of the [org.apache.kafka/kafka-clients/3.9.0](https://mvnrepository.com/artifact/org.apache.kafka/kafka-clients/3.9.0…