-
### Description
![CleanShot 2024-10-30 at 13 37 37@2x](https://github.com/user-attachments/assets/4f10b7d1-4872-4674-9a07-fd708aeb1da0)
### Steps to Reproduce the Bug or Issue
1. Go to custom SQL…
-
### Backend
VL (Velox)
### Bug description
After executing the SQL, if I exit the spark-sql command line using Ctrl+C or quit command, a core dump occurs. https://github.com/apache/incubator-…
-
### Is your feature request related to a problem?
This first step of consolidating the PPL spec into a single repository which will be deployed as an independent artifact.
### What solution would …
-
### Description
After reviewing the current table statement implementations, I noticed that some types are not yet supported, including `BOOLEAN `, `ENUM `, `SET`, and `JSON`. I would like to contr…
-
### Context
To the extent it's possible, we should use API endpoints to make changes to the database, never direct SQL edits.
From [@maxachis here](https://github.com/Police-Data-Accessibility-P…
-
**Describe the problem**
The declarative schema changer fails to build a proper plan when adding and dropping columns in separate statements within the same transaction.
**To Reproduce**
```
…
-
Right now we have no way of expressing SQL check constraints in our schema. We need a spec for this that we can implement in the future.
-
This is most useful for using Code Editor cells in `marimo run` (app) mode. Alternative could be making SQL cells available outside `marimo edit`.
```
sql_editor = mo.ui.code_editor(
language="s…
-
### Is your feature request related to a problem?
The repository at https://github.com/Eventual-Inc/distributed-query-benchmarking currently works only with the DataFrame API. For benchmarking [TPC…
-
### Is your feature request related to a problem or challenge?
Currently, the CreateExternalTable definition is just a stringified version of the statement, rather than the original SQL that was pars…