-
### What happens?
I'm reading some data from overturemaps filtering and writing to parquet, and I get the following error
```
python3.11(19247,0x170583000) malloc: Heap corruption detected, free …
-
Hey Folks,
Over the last year, a few of us at Voltron Data have been working on a project to catalogue the functions defined in substrait and document their corner case behaviors when executed by d…
-
### What happens?
When accessing a public GCS bucket, I get a 404.
```
D from read_csv('gs://ibis-tutorial-data/penguins.csv');
HTTP Error: Unable to connect to URL "https://ibis-tutorial-data.s…
-
### Which new backend would you like to see in Ibis?
I think it would be useful to have a GPU-Accelerated backend for operations on big DFs. [In this paper](https://arxiv.org/html/2406.13831v1) they …
-
### Description
I tried use Ghidra mentioned [here](https://github.com/pwndbg/pwndbg/blob/dev/FEATURES.md#ghidra), but the [`ghidra.py`](https://github.com/pwndbg/pwndbg/blob/dev/pwndbg/g…
-
### What happens?
Two queries that I would expect to give the same answer give different results:
```sql
SELECT product(a) FROM UNNEST(RANGE(1, 11)) _ (a)
```
should produce the same answer…
-
Do you have documentation or installation support for Linux OS? The installation of opencv requirements appear to be non-trivial and may require compilation from source as well as installation of `ope…
-
## Problem
There are many currently open and closed feature requests all revolving around a perennial problem: object physics.
For example, see #9520, #9446, #9231, #8567, #6755, #6123, #5387, a…
-
It seems like quite a bit got done on this patch (which is great because people have been asking for Mac support since 2013).
With the new Mac M1 and increasing powerful variants, and the M2 and mo…
-
If I want to fetch only selected rows from a DataFrame, is there a way to specify this in the URL or python client?
It looks like I can only restrict [which columns to fetch](https://blueskyproject…