Grieve

Results 25 issues of Grieve

Source ```sql SELECT date_diff(cast('2024-01-01' as date), cast('2024-01-01' as date), DAY) ``` Transform error ``` DataFusion error: Schema error: No field named day. ```

bug
core

Follow https://github.com/ibis-project/ibis/pull/10490

bug
ibis

# Description In Trino, The field of `EXTRACT` is `DAY_OF_WEEK`. But in BigQuery, the part of `EXTRACT` is `DAYOFWEEK`. We need to handle the SQL transform at SQLGlot by overriding....

bug
sqlglot

**Describe the bug** BigQuery dry run can not detect TIMESTAMP +/- INTERVAL with non-zero MONTH or YEAR ``` TIMESTAMP +/- INTERVAL is not supported for intervals with non-zero MONTH or...

known issues

I found the Trino container usually query failed due to `nodes is empty`. I tried to execute `SELECT * FROM system.runtime.nodes` and `SHOW CATALOGS LIKE 'tpch'` before querying to ensure...