presto
Here are 157 public repositories matching this topic...
-
Updated
Mar 6, 2022 - Java
Syntax for changing Iceberg table properties
ALTER TABLE an-iceberg-table SET PROPERTIES a-property-name = 'a-value'
Implementation tips
Implement the method io.trino.spi.connector.ConnectorMetadata#setTableProperties in io.trino.plugin.iceberg.IcebergMetadata.
Use org.apache.iceberg.BaseTable#updateProperties for updating table properties.
Test tips
Add
-
Updated
Mar 1, 2022 - JavaScript
-
Updated
Mar 5, 2022 - Java
1 issue description
2. fix bug, enhance....
3. git commit -m "issue name (#issue number)"
-
Updated
Feb 28, 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
Feb 24, 2022 - Shell
-
Updated
Apr 24, 2019 - 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
Feb 24, 2022 - Shell
-
Updated
Mar 5, 2022 - Scala
-
Updated
Nov 28, 2021 - Makefile
-
Updated
Dec 9, 2021 - Java
-
Updated
Jan 20, 2022 - Go
-
Updated
Nov 17, 2021 - 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