Jan Waś
Jan Waś
Allow passing 0 in the $time argument of getCode() method. Currently it uses a !$time condition but it should be $time === null. 0 is a perfectly valid timestamp/counter value.
This version adds a verbose flag to `hashFiles()`, making it easier to debug actions.
## Description Skip showing commits where Trino was renamed in Github's blame view. To use this locally, either point to the file explicitly: ```bash git blame --ignore-revs-file .git-blame-ignore-revs ``` or...
## Description The network in the emulated containers seems to be much slower, so timeouts need to be increased. I couldn't find what's the default value, `apt-config dump` doesn't show...
## Description This version of Airlift updates the Byte Buddy library and its JNA dependency to the latest 5.12.1. This should help us to remove the JNA dependency in the...
## Description Add a Maven Archetype to make it easier to create new Trino plugins. It creates a new plugin with a connector that has a single table with 3...
## 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 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...
## Checklist for submitting a pull request to `Terminals Are Sexy`: - [x] I have carefully **read and comply** with the [Contributing Guidelines](https://github.com/k4m4/terminals-are-sexy/blob/master/contributing.md) of this repo. - [x] I have...
Trino (formerly known as Presto) is a distributed SQL query engine designed to query large data sets distributed over one or more heterogeneous data sources. It's an open-source project, using...