-
### Apache Iceberg version
1.4.3
### Query engine
Spark
### Please describe the bug 🐞
Drop table purge issue for parquet tables with **SparkSessionCatalog**.
This was identified in Ic…
-
### How did you install the Amplify CLI?
npm
### If applicable, what version of Node.js are you using?
v20.8.0
### Amplify CLI Version
12.10.3
### What operating system are you using?
WSL2
###…
-
### What do you want to change?
I have the following setup:
queries.sql
```sql
-- name: CheckDatabase :exec
SELECT
COUNT(ID),
COUNT(Destination),
COUNT(Hits),
COUNT(Owner)
FROM redirec…
mpldr updated
3 months ago
-
When setting up the PIM with variants as described here: https://openpim.org/university/data_model/01_Types.html#dealing-with-variants
It is not clear how can we run a search that will filter items…
-
### Describe the bug
When using a sql query defined model and filling in "Database column this maps to" and then using such column in group by summarization and displaying as Pivot table it fails. Th…
-
### What do you want to change?
### Background
> Note: most of my experience is using MySQL and SQLite, so just assume that I know nothing about PostgreSQL. While on it, this is my first proposal,…
-
If I had to guess, it looks like [this Postgres parser grammar](https://github.com/antlr/grammars-v4/blob/master/sql/postgresql/PostgreSQLParser.g4) was produced by someone taking a grammar designed f…
-
### Search before asking
- [X] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues.
### What would you like to be improved?
Impr…
-
I am experiencing an issue where it is not possible to create queries with an argument that takes an array of items. The documentation provides the following examples for creating such queries:
`…
-
### Describe what you want
When creating a custom type that doesn't have a straightforward select like a postgis geometry, for example.
```ts
export type Point = {
lat: number;
lng: number;…