-
### Backend
VL (Velox)
### Bug description
When executing a Spark Parquet write unit test on CentOS 7 using a static build approach, the following exception is encountered. The steps to repro…
-
### Connector Name
source-mailchimp
### Connector Version
2.0.5
### What step the error happened?
No visible error
### Relevant information
In short, the stream called "lists" is …
-
### Windows Version
Microsoft Windows [versão 10.0.22631.4317]
### WSL Version
2.3.24.0
### Are you using WSL 1 or WSL 2?
- [x] WSL 2
- [ ] WSL 1
### Kernel Version
5.15.153.1-2
### Distro Ver…
-
Discussion in https://openlineage.slack.com/archives/C01CK9T7HKR/p1709772311187589
We have some jobs in pyspark that have the following structure:
```
def load_df_with_schema(spark: SparkSession,…
-
The code for returning Compressor objects to the caller goes to some lengths to achieve thread safety, including keeping Codec objects in an Apache Commons pool that has thread-safe borrow semantics. …
-
### Problem description
docker pull centos:7
docker run -itd --name gluten centos:7 /bin/bash
docker attach gluten
yum -y install epel-release centos-release-scl
yum -y install \
git \
…
-
The JNI cuDF bindings have a custom writer sink. Recent changes to the `cudf::io::data_sink` api added a `device_write_async` method and we updated our custom sink to pass CI and retain the old behavi…
-
**What is the bug?**
When running certain queries that involve timestamp fields against Iceberg tables an exception is thrown during query execution:
```
24/07/26 20:16:19 ERROR Executor: Exception…
-
Currently the The abstract class BytePacker has the following method
@Deprecated
public void unpack8Values(final byte[] input, final int inPos, final int[] output, final int outPos) {
unpack8…
-
**use version:**
flink 1.15.2 hudi 0.12.3 hive 3.1.2 hadoop 3.2.4
CREATE TABLE WF_UNITINFOTRAVEL_HUDI
( `ID` STRING
,`WORKORDER` STRING COMMENT '工单'
,`UNITID` STRING COMMENT '序号'
…