-
I am having some troubles trying to run the python example: **delta-sharing/examples/python/quickstart_spark.py** and I am getting this error:
```
Py4JJavaError: An error occurred while calling o6…
-
import io.delta.sharing.client
import org.apache.spark.sql.SparkSession
object ReadSharedData extends App {
val spark = SparkSession.builder()
.master("local[1]")
.appName("Read Sha…
-
got this exception when using the delta_sharing.load_as_spark() function, could you take a look at why this is happening? Thanks
-
The simple code that I'm using to check sizes of the shares is timeouts because it's trying to load data, although that kind of operations could be answered directly from `stats` returned when we quer…
-
Hello Everyone,
I am trying to access a dataset that is delta shared using open sharing and I am encountering the error: java.lang.NoSuchMethodError: 'java.lang.String org.apache.spark.sql.execut…
-
## Bug
#### Which Delta project/connector is this regarding?
- [ ] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [X] Other (Delta Sharing Server v1.0.5)
### Describe the problem
I ha…
-
### Describe the bug
When trying to materialize a `view` in dbt via `dbt run` or `dbt build`, and the view is shared via Delta Sharing, the materialization fails:
```
Runtime Error in model my_vi…
-
## Bug
Following the documentation from [1](https://github.com/delta-io/delta/releases), [2](https://github.com/delta-io/delta-sharing/blob/main/README.md), results in
ModuleNotFoundError: No modu…
-
## Bug
#### Which Delta project/connector is this regarding?
- [X] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [ ] Other (fill in here)
### Describe the problem
If a delta tabl…
-
@zacdav-db Thanks so much for this package!
I first tried out the standard functionality that is currently available in `main` which works great. But as I also wanted to test the change data feed f…