-
### SQLDelight Version
2.0.2
### SQLDelight Dialect
dialect("app.cash.sqldelight:postgresql-dialect:42.7.3")
### Describe the Bug
I followed this -
https://cashapp.github.io/sqldelight/2.0.2/jvm…
-
### Apache Iceberg version
None
### Query engine
Spark
### Please describe the bug 🐞
The issue repros using the following SQL:
```sql
CREATE TABLE iceberg.NullabilityPartition(
group STRING …
-
I think this error is because the migration didn't specify that this field can be nullable. Altering the line to `$table->json('payload')->nullable()->after('locked');` allows the migrations to run su…
-
We want to add support for top 1-3 use cases for diagnostic reason for GPU slowness in Profiler tool.
1. Highest stage time (descending order) contributors -- like spill amount per stage, skew (input…
-
### Feature Description
When starting with a single keyspace in Vitess, you can query all of the tables without ever using a DB or qualifying the table names.
As soon as you add a second keyspac…
-
### What did you do?
In a fresh database, I created a table two columns as the primary keys. Then went to modify the table to remove the second of these columns, by selecting this second column, clic…
-
# Background
Hi community,
This issue is for #26878.
ShardingSphere parser engine helps users parse a SQL to get the AST (Abstract Syntax Tree) and visit this tree to get SQLStatement (Java Object). …
-
Perhaps I just don't understand the intended workflow.... I created a Canadian dollar currency, set the company currency to Canadian dollars, enabled currency exchange rate auto updating, logged out a…
-
Hello Markus,
I actively using your cli but unfortunately faced with this.
```
thread 'main' panicked at /home/redacted/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parquet-53.0.0/src/fi…
-
### Describe the new feature
I want to create a SQL query by dragging and dropping database tables onto SQL query interface.
This should create a SQL query that I should be able to execute.
It wi…