Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support newer Trino and Presto #389

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jilstingray
Copy link

@jilstingray jilstingray commented Aug 17, 2023

This pull request aims to introduce a newer Trino client to replace the old one, and proper support for Presto, which has been separated with Trino a long time ago.

Major changes

  • Support Trino 419 or newer
  • Support Presto 0.282 or newer

Accompanying changes

  • Upgrade Gradle to 8.0 and update backend dependencies
  • Remove calls to the removed APIs (/label, /elasticsearch) from frontend
  • Add PostgreSQL and SQLite as optional backend databases

* Support Trino 419
* Support Presto 0.282 (https://github.com/prestodb/presto)
* Upgrade Gradle to 8.0
* Update backend dependencies
* Remove unused API '/label'
* Allow to specify MySQl, PostgreSQl or SQLite as the backend database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant