-
this is my docker-compose file:
```
version:` '3.8'
services:
spark-master:
image: bitnami/spark
container_name: spark-master
environment:
- SPARK_MODE=master
- S…
-
### What happened
I am running table compaction using Spark Actions. my spark action code is:
```scala
sparkActions
.rewriteDataFiles(table)
.option(RewriteDataFiles.PARTI…
-
### Title:
FE Connection Timeout Error using starrocks-spark-connector-3.4_2.12:1.1.2 stream load
### Description:
We are experiencing connection timeout issues when using the `starrocks-spark-co…
-
### Backend
CH (ClickHouse)
### Bug description
test table schema (id bigint, d1 array, d2 array)
test sql
```
select dc from (
select id, d2
from test_tbl1 lateral view explode(d1) as conte…
-
It turned out if the first attempt of the `CachedWebCrawlerJob` failed due to shuffle service connectivity issue:
```
2024-11-16 22:38:14,911 [shuffle-client-6-1] ERROR org.apache.spark.network.clie…
-
**Describe the bug**
Example test `iplocationTest_InvalidMmdbPath_8`:
```
[Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] INFO org.apache.spark.sql.catalyst.expressions.codegen.…
-
### Contributions
- [X] I have read the contribution docs, and understand what's expected of me.
### Link to the page on docs.getdbt.com requiring updates
https://docs.getdbt.com/reference/resource…
-
## Bug
#### Which Delta project/connector is this regarding?
- [x] Spark version: 3.5.2
- [x] Other -> delta-spark_2.12 version : 3.2.0
### Describe the problem
Third write to delta table f…
-
Hello,
I am trying to update my application to spark 3.5.1 (Scala version 2.12.18, OpenJDK 64-Bit Server VM, 17.0.10) but the scala 2.12 connector keeps throwing this error.
While trying to str…
-
### Query engine
Apache Flink
### Question
Can somebody explain how Delete files are implemented with Apache Flink? Spark only makes use of Positional Deletes, but Apache Flink seems that we are u…