Thomas Newton

Results 19 issues of Thomas Newton

# Environment **Delta-rs version**: 0.10.1 **Binding**: Python **Environment**: - **Cloud provider**: Azure - **OS**: Ubuntu 20.04 - **Other**: pyarrow 13.0.0 *** # Bug **What happened**: Exception is raised when trying...

bug

`python.analysis.nodeExecutable` was recently added and it seems to be a big help. Thank you for adding it. I would like to be able to configure it in our repo so...

enhancement

Addresses: https://github.com/physical-computation/sunflower-embedded-system-emulator/issues/196

There are a list of packages mentioned in step 1 of the sunflower-toolchain readme. These seem to be required to build the cross compiler but they are not mentioned in...

### Describe the enhancement requested Optimisation to https://github.com/apache/arrow/issues/37511 Child of https://github.com/apache/arrow/issues/18014 When reading from Azure blob storage the bandwidth we get per connection is very dependant on the latency to...

Type: enhancement
Component: C++

### Rationale for this change Maybe be useful to support explicit environment credential (currently environment credential can be used as part of the Azure default credential flow). ### What changes...

Component: C++
awaiting merge

### Describe the enhancement requested Child of https://github.com/apache/arrow/issues/38598 Add support for Azure CLI auth. Should work on any system where you have run `az login`. https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/identity/azure-identity/src/azure_cli_credential.cpp ### Component(s) C++

Type: enhancement
Component: C++

### Describe the enhancement requested Child of https://github.com/apache/arrow/issues/38598 Environment credential is the same as [client secret](https://github.com/apache/arrow/issues/39343) except it extracts the important values from standard environment variables instead of just arguments...

Type: enhancement
Component: C++

### Describe the enhancement requested Optimisation to https://github.com/apache/arrow/issues/38333 Child of https://github.com/apache/arrow/issues/18014 Currently `ObjectAppendStream::DoAppend` calls `block_blob_client_->StageBlock` synchronously meaning that the call to `ObjectAppendStream::DoAppend` blocks until the data has been successfully written...

Type: enhancement
Component: C++