-
## Description:
This bug is similar as the https://github.com/NVIDIA/spark-rapids/issues/11619
contacts parquet is defined as following and has saved here: [contacts.zip](https://github.com/user-attac…
-
Attempted to try out the new SQL support.
I used the Amazon provided [JDBC driver](https://docs.aws.amazon.com/redshift/latest/mgmt/jdbc20-download-driver.html) and the connection oriented APIs. Re…
-
### Elasticsearch Version
8.14
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
all
### Problem Description
When creating a Dataframe Analytics Job for in Elastic…
-
Hi, in my case, I want to create a arrow file in client side, then pass to server side. But when I just try run `writeArrowFeather`, will show the `IndexOutOfBoundsException` issues.
```java
Exce…
-
-
### Describe the bug
I'm having issues reading data from CH in my AWS Glue job. There are no connection issues between them, but reading returns no rows.
### Steps to reproduce
1. Set up a CH Clo…
-
Now we are using File class from java.io in our API for reading DataFrames instead of Path from java.nio
For example
```kotlin
public interface SupportedDataFrameFormat : SupportedFormat {
…
-
### 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…
-
While running pyspark3 with pandas 1.1.5 and pyarrow 2.0.0 getting the below error:
**Spark Code:**
```java
import pyarrow
import pandas as pd
df = pd.DataFrame({'col1' : [1,2,3], 'col2': [4…
-
I saved a model(KNNClassificationModel) using java serialization and when I use it later, I always get **_java.lang.IllegalArgumentException: Flat hash tables cannot contain null elements._**
on the d…