-
### What is the problem the feature request solves?
### What is the problem the feature request solves?
We currently delegate to DataFusion when casting from string to decimal and there are some d…
-
### Describe the bug
This cast throws an error
```scala
select cast(12345.6789 as decimal(6,2));
Arrow error: Invalid argument error: 1234568 is too large to store in a Decimal128 of precision…
-
### Minecraft Version
1.18.2
### Mod Version
8.1.29
### Mod Loader
Forge
### What environment are you running the mod in?
Dedicated Server
### Issue Description
Hello,
we use a dedicated s…
-
I tried to run spark sql to write iceberg table onto aliyun oss with rest catalog which coming from iceberg spark quickstart docker image but it complained the following error. So, How to run rest cat…
-
I see documentation about spark on yarn.
Does this also work with spark local mode ? I sometimes use Spark Local for small jobs and I would rather keep my environments consistent with small or larg…
-
# Spark DataFrame을 MySQL에 저장하는 방법 | Swalloow Blog
Spark에서 MySQL에 접근하고 DataFrame을 read, write 하는 방법에 대해 정리해보았습니다.
참고로 저는 Spark 2.1.0 버전을 사용 중 입니다. MySQL JDBC Driver JDBC를 통해 접근하기 때문에 드라이버가 필요합니다.
만일 S…
-
### Apache Iceberg version
1.5.2
### Query engine
Athena
### Please describe the bug 🐞
Hi,
I'm using MySQL Flink CDC with Iceberg 1.5.2 and Flink 1.16. I have a table partitioned by the status…
-
I am using a
apiVersion: "sparkoperator.k8s.io/v1beta2"
I have a kind
**kind: SparkApplication**
under which there are many spark jobs. However one of the **SparkApplication** is under PENDING_RER…
-
# Spark의 Temporary View에 대하여 | Swalloow Blog
SQL의 View 처럼 Spark에서도 View를 지원합니다.
이 포스팅에서는 Spark 2.1.0 부터 생긴 와
기존의 가 어떤 차이가 있는지 그리고 어떻게 사용해야하는지 알아보곘습니다. Spark Temporary View 공식문서를 보면 Spark의 Temporary V…
-
Hi, I have a Spark ( currently only the board ) where I was looking to boot it and seen all the pads on the board, I started to see if there where any interesting project out there to capture data on …