-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
select a generated column and triggere remote read
### 2. Wha…
-
### Describe:
 SELECT \ FROM \ WHERE \ BETWEEN SYMMETRIC \ AND \ brings different results, when using CPU-only configurations and GPU-used configurations.
#### SQL with CPU-only Config:
…
-
This is similar to quick filters, but instead of adding a value to the input and filtering automatically, it will just auto-focus the filter input box and change the dropdown to the correct column.
…
-
Spark handles projection differently for outer join outputs, based on how the join column is specified in `.select()`. Here is an example for the behavior that we should support.
```text
>>> df = …
linhr updated
2 weeks ago
-
**Describe the bug**
There is a probability that serial column was not detected.
This can happen when the table is referenced by another table.
**Expected behavior**
The result of autogererate s…
-
### Describe the enhancement requested
It looks like a column lookup by name is linear to the number of columns. This is not intuitive and can easily lead to performance regressions. Would it be poss…
-
# Background and Motivation
Currently, we have not implemented support for columns with null values. This is a very useful and ubiquitous primitive for any database engine.
# Changes Required
- […
-
### Description text for columns
**Description:** We need a new input field for a description text that should be placed directly below the header of each column. When a column is selected for editin…
-
vectordb=# select id from t_table order by approximate_sum('0.5 * vector_1{5,9,8,6,2,1,1,0,4,3} + vector_2{5,9,8,6,2,1,1,0,4,3}' ) limit 5;
the console print:
server closed the connection unexpected…
-
In one of the recent `bayestestR` PRs (https://github.com/easystats/bayestestR/pull/673 & https://github.com/easystats/bayestestR/pull/672) some of the printing methods have adopted allowing for arbit…