BigBerny

Results 9 issues of BigBerny

In _get_indices()_ line 190 there is a hack because 'qk' is missing in English 5gram. Unfortunately this hack is not language dependent. While 'qk' is available in other languages ([Example](http://storage.googleapis.com/books/ngrams/books/googlebooks-ger-all-5gram-20120701-qk.gz))...

First, awesome app that you built! 👍 I've one feature request only so far: While the response is returned (message is updated) code blocks don't look nice because they are...

enhancement

### What happens? When running this query I get an error: ``` SELECT DATE_TRUNC('day', date_day), AVG("queryLatency") FROM predictions GROUP BY DATE_TRUNC('day', date_day) ``` Error: `Query 1 ERROR at Line 1:...

bug
good first issue
priority-medium

**What** Running this query results in a warning that query can't be pushed down and finally crashes after 20-50 seconds. ``` SELECT * FROM parquet_predictions as predictions WHERE "predictions"."date_day" BETWEEN...

bug
good first issue
priority-high

### What happens? When running this query I get an error: ``` SELECT "varchar_column"::JSON FROM predictions ``` Error: `Query 1 ERROR at Line 1: : ERROR: Column varchar_column has Arrow...

bug
good first issue
priority-medium

### What happens? ``` PREPARE test_query(text) AS SELECT count(*) FROM predictions where client = $1; EXECUTE test_query('example'); ``` I get this warning when I run the query and it takes...

bug
good first issue
priority-medium

### What feature are you requesting? Querying a view that is on top of a pg_lakehouse/DuckDB table doesn't work and returns an error. ### Why are you requesting this feature?...

feature
good first issue
priority-high

This might actually be an issue of pg_lakehouse (see ticket: https://github.com/paradedb/paradedb/issues/1402) but it would be very helpful to get some additional information in order to fix it. The PostgreSQL extension...

### Please answer the questions below, it helps us to keep track of the issue. Please do not ignore it or your issue will be closed. 1. Which driver are...