presto
Here are 158 public repositories matching this topic...
-
Updated
Dec 23, 2021 - Java
We should use MockConnector to simulate connector that support missing columns on insert and test if row filtering is properly handled if columns are missing during the insert but used in row filters.
Related to: #10006 and #10005
-
Updated
Dec 20, 2021 - JavaScript
-
Updated
Dec 22, 2021 - Java
1 issue description
2. fix bug, enhance....
3. git commit -m "issue name (#issue number)"
-
Updated
Nov 6, 2021 - 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
Dec 14, 2021 - Shell
-
Updated
Apr 24, 2019 - Java
-
Updated
Oct 8, 2021 - JavaScript
-
Updated
Dec 15, 2021 - Go
-
Updated
Oct 1, 2021 - Shell
-
Updated
Dec 15, 2021 - Scala
-
Updated
Nov 28, 2021 - Makefile
-
Updated
Dec 9, 2021 - Java
-
Updated
Nov 17, 2021 - HCL
-
Updated
Nov 19, 2021 - Go
-
Updated
Mar 30, 2021 - Go
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