-
Spark Structured Streaming Runner uses currently non stable Spark APIs for its Source translation, the DataSourceV2 API was changed on Spark 3. We need probably a new class or a new compatibility laye…
-
**Describe the bug**
When running NDS query 16 on EMR 6.8.0 with AQE enabled, the following exception is encountered:
```
py4j.protocol.Py4JJavaError: An error occurred while calling o192.collectT…
-
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before asking
- [X] I have searched in the [issues](http…
minyk updated
2 years ago
-
- Scala v2.12
- Spark v3.2.1
- Spline v0.7.8
Running a command in the style of
```
create table B as (
select val from A
)
```
throws a `java.lang.NoSuchFieldException`. The `Create…
-
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before asking
- [X] I have searched in the [issues](http…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I am trying to write excel file.
processedData.repartition(1).write()
.par…
-
The _nds_transcode.py_ script is now only responsible for converting CSV raw data to other type of data source like Parquet or Orc. To implement Data Maintenance(#4) test, it's required to setup Icebe…
-
### Search before asking
- [X] I had searched in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement.
…
-
Since we're pivoting to full DataFrame support (#223, #190), we should convert/migrate `RecordLoader.loadArchives`, and any other related functions to a [Spark Data Source](https://spark.apache.org/do…
-
Using createOrReplace method in Spark DataSourceV2, when the table created on cluster, replace will failed with 'Table xxx(other node of cluster) already exists'.