presto
Here are 157 public repositories matching this topic...
-
Updated
Apr 7, 2022 - Java
Instead of creating on the fly an Iceberg table with Trino and run queries against it, use static resources for setting up an Iceberg test environment which can be used to read Iceberg v1 / v2 tables and guard trino-iceberg plugin against regresssions.
Related discussion: trinodb/trino#11642 (comment)
-
Updated
Apr 4, 2022 - JavaScript
-
Updated
Apr 6, 2022 - Java
1 issue description
2. fix bug, enhance....
3. git commit -m "issue name (#issue number)"
-
Updated
Apr 6, 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
Apr 6, 2022 - Shell
-
Updated
Mar 28, 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
Apr 6, 2022 - Shell
-
Updated
Mar 29, 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