trino
trino copied to clipboard
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
## Description Connector for the Neo4j graph database. ## Additional context and related issues See [docs](https://github.com/ragnard/trino/blob/neo4j-bolt-connector/docs/src/main/sphinx/connector/neo4j.md) for connector overview. ## Release notes [ ] This is not user-visible or is...
## Description These changes address the problem when the new files in manifest are not visible by `directoryLister` immediately because of the caching delay (see #20344). The `buildManifestFileIterator()` method now...
This issue acts as an :open_umbrella: for the coercions done or which are supposed to get done in Hive to provide an overview for what efforts have been done in...
Requires https://github.com/trinodb/docker-images/pull/186. Passes for me reliably locally :tada: Fixes https://github.com/trinodb/trino/issues/7297
## Description Add support for integer number to varchar coercer in unpartitioned table. ## Additional context and related issues ## Release notes ( ) This is not user-visible or docs...
When you expose a port to the network in testing with `org.testcontainers.Testcontainers#exposeHostPorts(int...)` It starts a `testcontainers/sshd` in the docker session as can be seen in `org.testcontainers.containers.PortForwardingContainer`. After the tests complete,...
## Description Fixes https://github.com/trinodb/trino/issues/15109 Support partitioning on nested ROW fields in Iceberg ## Release notes ( ) This is not user-visible or docs only and no release notes are required....
## Description Relates to https://github.com/trinodb/trino/issues/19345 ## Release notes (x) Release notes are required, with the following suggested text: ```markdown # Delta Lake * Add support for reading tables with [v2...
## Description Files.walk method may throw an exception during the iteration. https://bugs.openjdk.org/browse/JDK-8039910 Fixes #20520 ## Release notes (x) This is not user-visible or is docs only, and no release notes...