Moe Derakhshani

Results 10 issues of Moe Derakhshani

sample code ```python json_insert = '{ "id" : "1", "title" : "Rambo", "releaseDate" : "1975-12-14", "ticketPrice" : "10.345"}' df_insert = cls.spark.read.json(sc.parallelize([json_insert])) df_insert.write.format("cosmos.oltp") \ .option("spark.synapse.linkedService", "CosmosDBLinkedService") \ .option("spark.cosmos.container", "batchTestContainer") \ .option("spark.cosmos.write.upsertEnabled",...

``` py4j.protocol.Py4JJavaError: An error occurred while calling o133.load. : org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 1.0 failed 4 times, most recent failure: Lost task 0.3...

[Written by @susodapop] Shields.io has a badge for supported python versions. It should work for this repository, but doesn't: ``` https://img.shields.io/pypi/pyversions/databricks-sql-connector ``` ![](https://img.shields.io/pypi/pyversions/databricks-sql-connector) This probably requires a change to our...

for our project, https://github.com/Azure/azure-cosmosdb-java, we are trying to upgrade our dependency on RxNetty from 0.4.x to 0.5.2 however it seems there is a connection leak issue in 0.5.2 that we...

Does RxNetty support http2 multiplexing?

Hi, We are on RxNetty 0.4.x. Seems passing endpoint to RxNetty.createHttpClient(.) is required. https://github.com/ReactiveX/RxNetty/blob/0.4.x/rxnetty/src/main/java/io/reactivex/netty/RxNetty.java#L169-L170 I wonder how we should instantiate an http client using rxnetty without binding it to a...

Add Support for Azure Managed Identity in Python Delta-Sharing Client. sample share profile file for managed-identity: ```json { "endpoint" : "http://example.com", "shareCredentialsVersion": 2, "type": "experimental_managed_identity" } ``` Note to reviewer...