presto
Here are 157 public repositories matching this topic...
-
Updated
Mar 24, 2022 - Java
Need to migrate trino-maven-plugin to use GitHub actions instead of Travis CI. See trinodb/trino#6859 for some guidance.
-
Updated
Mar 23, 2022 - JavaScript
-
Updated
Mar 24, 2022 - Java
1 issue description
2. fix bug, enhance....
3. git commit -m "issue name (#issue number)"
-
Updated
Mar 11, 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
Mar 8, 2022 - Shell
-
Updated
Mar 24, 2022 - Java
-
Updated
Dec 26, 2021 - JavaScript
As a user i would like a command to aid in debugging parquet files. For instance I would like to obtain the following file stats in a single command:
- compression algorithm
- page type v1/v2?
- row group size
- author / created by
- version
- metadata
- page size
- total records /row count
- any internal info that could help too
-
Updated
Mar 8, 2022 - Shell
-
Updated
Mar 16, 2022 - Scala
-
Updated
Nov 28, 2021 - Makefile
-
Updated
Dec 9, 2021 - Java
-
Updated
Jan 20, 2022 - Go
-
Updated
Mar 10, 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