-
-
Why `DeltaTableV2` not support `SupportsRead`?
`DeltaTableV2` has supported `SupportsWrite`, but didn't support `SupportsRead`.
I see `BATCH_READ` has been in the `capabilities()` of `DeltaTableV2`.…
-
Hi @housepower members,
I'd like to propose transfer this project from my own repository to @housepower's repository.
The project is an Apache Spark DataSource V2 API implementation for ClickHou…
-
**Is your feature request related to a problem? Please describe.**
Metrics was added in https://github.com/apache/spark/commit/86d1fb4698 . We need to update GpuFileFormatDataWriter.scala as we had c…
-
**Describe the bug**
Tests FAILED on Dataproc only. This should be a Dataproc spark runtime issue. The `arrow-vector-1.0.1.jar` on Dataproc does NOT match our spark-rapids 3.0.1 shim layer: com.nvidi…
-
When will XSQL support Spark 3.x ?
-
## Problem description
This design proposal is for adding feature request #306.
Currently, Hyperspace supports creating indexes only simple formats (like parquet, etc.) and Delta, but not Iceber…
-
just create empty by execute sql,
``` sql
CREATE TABLE events (
date DATE,
eventId STRING,
eventType STRING,
data STRING)
USING DELTA
```
error infos output like follow:
``` basic
2…
-
**Is your feature request related to a problem? Please describe.**
When I executed an aggregation query with our custom data source, I found the physical plan of the query was like this.
```
spark.…
-
Hi, how are you?
Thank you for provinding the lib, will help a lot.
I'm facing some errors when a try to create my spark structured streaming pipeline
20/07/23 17:57:13 ERROR MicroBatchExecut…