-
### Description
This table contains a field with array type nested with tuple type.
![image](https://github.com/oap-project/gluten/assets/8181003/5b127df0-e45a-4935-85fa-255c02abf2dd)
``` sq…
-
### Apache Iceberg version
1.0.0
### Query engine
Spark
### Please describe the bug 🐞
Hello everyone.
I tried to run the following code to create a table in Minio:
- spark vesion: 3.3…
-
**What is the bug?**
The generated TPCH table files have uploaded to S3. For example, create a parquet table with extended S3 location:
```sql
USE tpch_sf_1;
CREATE TABLE `lineitem` (`l_orderkey` …
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### What happened
When …
lizc9 updated
3 months ago
-
### Please describe why this is necessary.
Change data feed generates three columns: `_commit_timestamp`, `_commit_version`, and `_change_type`. These columns are generated by `TableChanges`.
`Tab…
-
### What would you like to be improved?
Our project's documentation is version specific which is a general case for all open source projects.
For users who want to quickly access the specific versio…
-
### Describe the bug
Regarding https://github.com/apache/datafusion-comet/pull/537, there are 103 Spark 4.0 sql tests failing.
- sql1 91 tests failing
- sql2 12 tests failing
Fix comet shims…
-
### OpenLineage integration/client
Spark integration
### OpenLineage version
`io.openlineage:openlineage-spark_2.13:1.16.0`, though this bug has been present since at least `1.11.x`
### Technology…
d-m-h updated
3 months ago
-
The Spark implementation of `input_file_name` uses a thread local to stash the file name and retrieve it from the function. The same method does not work in Velox because the driver can be taken off …
Yuhta updated
5 months ago
-
### Describe the bug
A decimal conversion query is not consistent with PG or Spark
### To Reproduce
```
❯ select cast(1.1 as decimal(2, 2)) + 1;
+-------------------------+
| Float64(1.1) …