-
Air permits are stored in the airbranch `dbo.APBPERMITS` table as varbinary data. Word documents are stored in the `DOCPERMITDATA` column, and PDF documents are stored in the `PDFPERMITDATA` column.
…
-
## User Story
* As a User
* I can submit reviews for dining commons menu items
* So that I can share my thoughts and opinions about dining commons food
### Discussion
When epic is finished…
-
### Answer Feature
> Submitting an answer, creating a relationship between the user and their answer, updating their balance, and returning their chatScore
- Return the ChatScore and balance of a user…
-
We should add a new field "controller" in the space table and store the current space controller there. This is to move away from ownership based on ENS domain and instead have it defined within Snaps…
-
### Describe the bug
As title, I would like to store null value in the csv table but couldn't.
### To Reproduce
Write a csv file to `datafusion/core/tests/data/data.csv` with
```csv
c1,c2
NULL,'…
-
**Is your feature request related to a problem? Please describe.**
Provide support for using different data sources (SQL Table, Big Query Table, Parquet Table) through one offline transformation engi…
-
### LanceDB version
0.15.0
### What happened?
Behaviour:
`db.dropTable` method is not working as expected for s3+ddb backed storage.
Expectation:
`db.dropTable` method should drop everything n…
-
Numbered groups are already stored; forgot to implement named capture groups.
Also, audit the behavior of `$abc`. Currently, `abc` would be treated as an expression (variable). To dereference the f…
-
We recently decided 4000 is a reasonable default value for the onlinenews-mediacloud quota, but there's no easy way to adjust it;
I've just done an SQL `UPDATE` each day since then.
It would be lo…
-
### Describe the bug
When running a query like
```
SELECT * FROM table WHERE RANDOM() < 0.1;
```
I get different results depending on the value of `"datafusion.execution.parquet.pushdown_filter…