Skip to content
#

presto

Here are 125 public repositories matching this topic...

presto
rongrong
rongrong commented Dec 12, 2019

Currently array_position only returns the first occurrence of the given element. We want to extend array_position to take an additional parameter instance similar to strpos.

array_position(x, element, instance) -> bigint

For example, for array x: [1, 3, 2, 1, 4, 3, 2, 5, 4, 1]:

array_position(x, 1) = 1 -- existing function
array_position(x, 1, 1) = 1 -- same as exist
cube.js

50+ DockerHub public images for Docker & Kubernetes - Hadoop, Kafka, ZooKeeper, HBase, Cassandra, Solr, SolrCloud, Presto, Apache Drill, Nifi, Spark, Mesos, Consul, Riak, OpenTSDB, Jython, Advanced Nagios Plugins & DevOps Tools repos on Alpine, CentOS, Debian, Fedora, Ubuntu, Superset, H2O, Serf, Alluxio / Tachyon, FakeS3

  • Updated Jun 5, 2020
  • Shell
BenKnigge
BenKnigge commented Aug 12, 2018

I'm guessing that this my have to do with array types since both fields are of type array(varchar(66))

SQL

select block_transactions, block_uncles from ethereum.default.block limit 1;

Error Type INTERNAL_ERROR
Error Code GENERIC_INTERNAL_ERROR (65536)
Stack Trace java.lang.NoSuchMethodError: com.facebook.presto.spi.block.BlockBuilderStatus: method ()V not found

80+ HAProxy Configs for Hadoop, Big Data, NoSQL, Docker, Elasticsearch, SolrCloud, HBase, MySQL, PostgreSQL, Apache Drill, Hive, Presto, Impala, Hue, ZooKeeper, SSH, RabbitMQ, Redis, Riak, Cloudera, Hortonworks, MapR, OpenTSDB, InfluxDB, Prometheus, Kibana, Graphite, Rancher etc.

  • Updated Jun 5, 2020
  • Shell
nolofson
nolofson commented Jun 18, 2018
2018-06-18T15:23:36.415Z        INFO    main    com.facebook.presto.server.PluginManager        Registering connector sqlserver
2018-06-18T15:23:36.417Z        INFO    main    com.facebook.presto.server.PluginManager        -- Finished loading plugin /var/groupon/presto/data/plugin/sqlserver --
2018-06-18T15:23:36.417Z        INFO    main    com.facebook.presto.server.PluginManager        -

Improve this page

Add a description, image, and links to the presto topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the presto topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.