torchss

Results 7 issues of torchss

### What happens? v1.3.0 was released https://github.com/duckdb/duckdb/releases/tag/v1.3.0 When I attempt to load duckpgq extension into it, I get a 403 error When I attempt to load duckpgq extension in the...

needs triage

### What happens? I am unsure if this is an error in the query, or this type of query isn't supported, so I'm writing just the query template right now....

needs triage

### Pandas version checks - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...

Bug
Needs Triage

### What happens? Given table: ``` CREATE TABLE Location( id UUID, properties JSON ); ``` Heterogeneous components in `properties`, fail: ``` INSERT INTO Location ( id, properties ) VALUES (...

expected behavior

### What happens? ``` con.sql("SELECT uuid()").arrow() # pyarrow.Table # uuid(): string (should be extension) # ---- # uuid(): [["b0bfb850-9843-4a5b-baa4-c819e2bbcd29"]] (should be UUID("b0bfb850-9843-4a5b-baa4-c819e2bbcd29")) con.sql(sql).arrow().schema.field("uuid()").type # string (should be extension) ``` ###...

reproduced
PR submitted

For a bad or invalid `ep_id`, the server can return various errors which are a combination of the HTTP status code and a `message: str` if that status code allows...

The duckpgq plugin implements property graphs in duckDB: https://duckpgq.org/documentation/sql_pgq/ As Property graphs were introduced in SQL:2023, more databases are starting to implement it. Here's some SQL showing Property graphs in...