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 Enabled ppc64le (IBM Power architecture) builds by adding an appropriate entry in ci.yml. The complete code was already ready for ppc64le support, so only this minor change was...
## Description Add links to the new SQL MERGE statement to the appropriate documentation > Is this change a fix, improvement, new feature, refactoring, or other? Improvement > Is this...
## Description > Is this change a fix, improvement, new feature, refactoring, or other? Improvement. > Is this a change to the core query engine, a connector, client library, or...
## Description `requiredAudience` validation fails if `aud` claim contains multiple audiences in JWT token. - Remove `jwtParser.requireAudience(config.getRequiredAudience());` to not to validate `aud` during `parseClaimsJws`. - Add `validateAudience` method and call...
## Description Implements verification of file footer, row count and checksum of columns. Added a config `parquet.optimized-writer.validation-percentage` and session property in hive connector to control the percentage of written files...
Currently `hive.metastore.thrift.delete-files-on-drop` only applies to DROP TABLE. I believe that it should apply to deleting individual partitions as well.
## Description This change removes deprecated Elasticsearch pass-through query from the Elasticearch connector ## Related issues, pull requests, and links Fixes #13050 ## Documentation ( ) No documentation is needed....
## Description > Is this change a fix, improvement, new feature, refactoring, or other? improvement > Is this a change to the core query engine, a connector, client library, or...
## Description This PR is to allow to provide `sorted_by` as the properties like partitioning. The sorted field definition will follow these rules: 1. Sorted field needs to be present...
## Description Detect and block merge commits and commits with `fixup!` in the message. > Is this change a fix, improvement, new feature, refactoring, or other? improvement > Is this...