presto
Here are 159 public repositories matching this topic...
-
Updated
Jun 1, 2022 - Java
The similar issue with https://github.com/trinodb/trino/issues/10857 and https://github.com/trinodb/trino/issues/11110
trino> CREATE VIEW accumulo .schema_not_found.test AS SELECT 1 AS c1;
CREATE VIEW
-
Updated
May 28, 2022 - JavaScript
-
Updated
Jun 1, 2022 - Java
1 issue description
2. fix bug, enhance....
3. git commit -m "issue name (#issue number)"
-
Updated
Apr 7, 2022 - Python
It would be great to do a somewhat rigorous analysis of whether there are performance issues when query is written in Logica vs SQL.
-
Updated
Jun 1, 2022 - Shell
-
Updated
Mar 28, 2022 - Java
-
Updated
Dec 26, 2021 - JavaScript
-
Updated
Jun 1, 2022 - TypeScript
-
Updated
Jun 1, 2022 - Shell
-
Updated
May 31, 2022 - Scala
-
Updated
May 16, 2022 - Makefile
-
Updated
Dec 9, 2021 - Java
-
Updated
Jan 20, 2022 - Go
-
Updated
Apr 29, 2022 - HCL
Improve this page
Add a description, image, and links to the presto topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the presto topic, visit your repo's landing page and select "manage topics."
Describe the bug
Using a time dimension on a runningTotal measure on Snowflake mixes quoted and unquoted columns in the query. This fails the query, because Snowflake has specific rules about quoted columns. Specifically:
So "date_from" <> date_from
To Reproduce
Steps to reproduce