presto
Here are 162 public repositories matching this topic...
-
Updated
Jun 12, 2022 - Java
-
Updated
Jun 12, 2022 - JavaScript
-
Updated
Jun 11, 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 10, 2022 - TypeScript
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
The flink-tidb-connector doesn't work as expected when I use upsert mode to sink data to TiDB, the reason for this is as in title, flink version: 1.13.x. Is there any reason for making unique key as part of the primary?
Code block:
private String[] getKeyFields(Context context, ReadableConfig config, String databaseName,
String tableName) {
// check write mode
TiDBWr-
Updated
Jun 1, 2022 - Shell
-
Updated
Jun 6, 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