Adrian Ehrsam

Results 56 issues of Adrian Ehrsam

### Problem description Hi there! Would be really nice if the write and read methods would support asyncio as well

enhancement

# Description It's impossible to use PyArrow Dataset to represent Column Mapping (https://github.com/apache/arrow/issues/36593), also Deletion Vectors are nothing to be represented in a Dataset. PyArrow Tables are more flexibel, but...

enhancement
binding/python

It seems for parquet there is are async methods for reading, but not for IPC. Would really love to have that added

Port of https://github.com/pola-rs/polars/issues/6745 I have a Json like this: ```json { "value": [ { "col1": 1, "col2": true }, { "col1": 3, "col2": false} ] } ``` Reading gives: `RuntimeError:...

enhancement

Hi there This project really looks promising! I have one thing I think should be changed: the SQL Endpoint does not seem to support parameters - at least it's not...

enhancement
help wanted

### Describe the bug Hi there I just tried creating a component, start that dev server and get stuff running. However I cannot open the page in the browser, since...

bug
custom-components

Hi there DuckDB and Databricks/Spark know a `SELECT * EXCEPT(cola, colb)` or `SELECT * EXCLUDE(cola,colb)` Syntax, unfortunately, they use different keywords. It seems other DB Systems support this in a...

### Which service(blob, file, queue, table) does this issue concern? All of them ### Which version of the Azurite was used? Latest VS Code Extension v3.23.0 ### Steps to reproduce...

question
vsc

**Describe the request: A clear and concise description.** Well, make Azure Functions compatible with Python 3.12 :)

feature
python