Adrian Ehrsam
Adrian Ehrsam
### Problem description Hi there! Would be really nice if the write and read methods would support asyncio as well
# 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...
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:...
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...
### 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...
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...
**Describe the request: A clear and concise description.** Well, make Azure Functions compatible with Python 3.12 :)