Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

Support for Presto 0.145 (work in progress) #179

Merged
merged 12 commits into from
Aug 26, 2016

Commits on Apr 29, 2016

  1. Upgrade to Presto 0.145 and repair obsolete Airlift AsyncHttpClient d…

    …ependency
    Greg Wittel committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    be287cd View commit details
    Browse the repository at this point in the history
  2. Replace obsolete internal Guava Precondition usage

    Greg Wittel committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    50d530c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d8621b View commit details
    Browse the repository at this point in the history
  4. Remove use of Jetbrains annotation

    Greg Wittel committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    8661bf9 View commit details
    Browse the repository at this point in the history
  5. Adjust for other Presto API adjustments and changes

    Greg Wittel committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    01a96eb View commit details
    Browse the repository at this point in the history
  6. Handle changes in Presto Column API

    I don't feel particularly sure about these changes as its unclear
    how/where the output from Hive's "SHOW COLUMNS" can map to this cleanly
    Greg Wittel committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    3d92b6f View commit details
    Browse the repository at this point in the history

Commits on May 2, 2016

  1. Upgrade to dropwizard 0.90 series

    Still Broken -- airlift relies on Jetty 9.3.9, but 0.90 dropwizard uses
    9.2.  Dropwizard 1.0.x uses Jetty 9.3 series which may work
    Greg Wittel committed May 2, 2016
    Configuration menu
    Copy the full SHA
    f18e5a3 View commit details
    Browse the repository at this point in the history
  2. Update to dropwizard 1.0.0

    Required to support Jetty 9.3 series used by presto/airlift
    
    Still broken: Column data type mapping
    Greg Wittel committed May 2, 2016
    Configuration menu
    Copy the full SHA
    755dd11 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. Revert accidental change to reference.example.yml

    Greg Wittel committed May 19, 2016
    Configuration menu
    Copy the full SHA
    29bf3f4 View commit details
    Browse the repository at this point in the history
  2. Update README to reference upgrade to Presto 0.145.

    Greg Wittel committed May 19, 2016
    Configuration menu
    Copy the full SHA
    656d7e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2016

  1. Disable server side gzip encoding. SSE events get inappropriately buf…

    …fered.
    
    Upon later dropwizard upgrade we should consider a more fine tuned
    approach using 'syncFlush=true' fix from dropwizard/dropwizard#1673.
    Greg Wittel committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    ee7de6e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2016

  1. Configuration menu
    Copy the full SHA
    5c5dda3 View commit details
    Browse the repository at this point in the history