#
presto
Here are 157 public repositories matching this topic...
bug
Something isn't working
help wanted
Community contributions are welcome.
good first issue
Good for newcomers
Alluxio, data orchestration for analytics and machine learning in the cloud
spark
presto
hadoop
tensorflow
data-analysis
alluxio
memory-speed
data-orchestration
virtual-distributed-filesystem
-
Updated
May 16, 2022 - Java
lukasz-stec
commented
May 11, 2022
Add checks, similar to in RenameMaterializedViewTask, that the target table or view or materialized view does not exist in the RenameTableTask and RenameViewTask
Web-based SQL editor run in your own private cloud. Supports MySQL, Postgres, SQL Server, Vertica, Crate, ClickHouse, Trino, Presto, SAP HANA, Cassandra, Snowflake, BigQuery, SQLite, and more with ODBC
mysql
bigquery
postgres
sql-server
cassandra
presto
clickhouse
odbc
snowflake
data-visualization
data-analysis
sap-hana
sql-editor
vertica
crate-io
trino
sqlpad
-
Updated
Apr 30, 2022 - JavaScript
Linkis helps easily connect to various back-end computation/storage engines(Spark, Python, TiDB...), exposes various interfaces(REST, JDBC, Java ...), with multi-tenancy, high performance, and resource control.
sql
spark
presto
hive
storage
jdbc
rest-api
engine
impala
pyspark
udf
thrift-server
resource-manager
jobserver
application-manager
livy
hive-table
linkis
context-service
scriptis
-
Updated
May 15, 2022 - Java
sim-wangyan
commented
Oct 14, 2020
1 issue description
2. fix bug, enhance....
3. git commit -m "issue name (#issue number)"
good first issue
Good for newcomers
Python interface to Hive and Presto. 🐝
-
Updated
Apr 7, 2022 - Python
EvgSkv
commented
Apr 17, 2021
It would be great to do a somewhat rigorous analysis of whether there are performance issues when query is written in Logica vs SQL.
documentation
Improvements or additions to documentation
help wanted
Extra attention is needed
good first issue
Good for newcomers
50+ DockerHub public images for Docker & Kubernetes - DevOps, CI/CD, GitHub Actions, CircleCI, Jenkins, TeamCity, Alpine, CentOS, Debian, Fedora, Ubuntu, Hadoop, Kafka, ZooKeeper, HBase, Cassandra, Solr, SolrCloud, Presto, Apache Drill, Nifi, Spark, Consul, Riak
linux
docker
kubernetes
devops
kafka
spark
cassandra
presto
hadoop
rabbitmq
consul
solr
hbase
zookeeper
nagios-plugins
dockerhub
nifi
rabbitmq-cluster
apache-drill
solrcloud
-
Updated
May 10, 2022 - Shell
Presto Ethereum Connector -- SQL on Ethereum
-
Updated
Mar 28, 2022 - Java
Low-code metrics store, modern open-source alternative to Looker
mysql
bigquery
data-science
machine-learning
sql
big-data
spark
presto
hive
athena
analytics
clickhouse
postgresql
datascience
business-intelligence
redshift
-
Updated
Dec 26, 2021 - JavaScript
80+ HAProxy Configs for Hadoop, Big Data, NoSQL, Docker, Kubernetes, Elasticsearch, SolrCloud, HBase, MySQL, PostgreSQL, Apache Drill, Hive, Presto, Impala, Hue, ZooKeeper, SSH, RabbitMQ, Redis, Riak, Cloudera, OpenTSDB, InfluxDB, Prometheus, Kibana, Graphite, Rancher etc.
mysql
redis
elasticsearch
cassandra
presto
influxdb
hive
hadoop
nosql
cloudera
postgresql
hbase
prometheus
zookeeper
haproxy
opentsdb
hortonworks
apache-drill
solrcloud
mapr
-
Updated
May 10, 2022 - Shell
A framework for rapid reporting API development; with out of the box support for high cardinality dimension lookups with druid.
scala
sql
big-data
presto
hive
analytics
postgresql
oracle
druid
api-framework
star-schema
druid-lookups
druid-manager
-
Updated
May 13, 2022 - Scala
Multiple node presto cluster on docker container
-
Updated
May 13, 2022 - Makefile
A tool based on presto using sql to query the resources of kubernetes, such as pods, nodes and so on.
-
Updated
Dec 9, 2021 - Java
Query any data source using SQL, works with the local filesystem, s3, and more. It should be a very tiny and lightweight alternative to AWS Athena, Presto ... etc.
-
Updated
Jan 20, 2022 - Go
Terraform module to provision an Elastic MapReduce (EMR) cluster on AWS
emr
spark
presto
hive
hadoop
terraform
terraform-modules
emr-cluster
terraform-module
emrfs
terraform-aws
emr-notebooks
hcl2
-
Updated
Apr 29, 2022 - HCL
-
Updated
Mar 30, 2021 - Go
SQL Parser derived from Presto, written in Python with the PLY framework
-
Updated
Aug 18, 2017 - Python
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