Timothy Meehan

Results 23 issues of Timothy Meehan

Test plan - N/A ``` == NO RELEASE NOTE == ```

Test plan - (Please fill in how you tested your changes) Please make sure your submission complies with our [Development](https://github.com/prestodb/presto/wiki/Presto-Development-Guidelines#development), [Formatting](https://github.com/prestodb/presto/wiki/Presto-Development-Guidelines#formatting), and [Commit Message](https://github.com/prestodb/presto/wiki/Review-and-Commit-guidelines#commit-formatting-and-pull-requests) guidelines. Don't forget to follow our...

I was looking at the source for `OperatorUnionCursor`, [and found `m_b_union_all_dimensions` flag](https://github.com/Esri/geometry-api-java/blob/master/src/main/java/com/esri/core/geometry/OperatorUnionCursor.java#L41). I am curious what the intent of it is? It seems to always be set to false. Is...

Test plan - (Please fill in how you tested your changes) Please make sure your submission complies with our [Development](https://github.com/prestodb/presto/wiki/Presto-Development-Guidelines#development), [Formatting](https://github.com/prestodb/presto/wiki/Presto-Development-Guidelines#formatting), and [Commit Message](https://github.com/prestodb/presto/wiki/Review-and-Commit-guidelines#commit-formatting-and-pull-requests) guidelines. Don't forget to follow our...

stale

Critical classes: * QueuedStatementResource -- POST and GET methods * QueuedStatementResource.Query * DispatchManager * In particular, dependencies used in createQueryInternal should also be documented where their behavior is not obvious...

## Description Add remaining buffered bytes to task results endpoints. Add a new HEAD request to task results to allow for a lightweight way to retrieve header-only information. ## Motivation...

Iceberg tables are highly likely to contain column level statistics for each manifest file. [Iceberg statistics include the number of distinct values, the number of nulls, the min and max...

feature request
iceberg

Add updated guidelines for committers and code owners. This requires as a pre-requisite before merge that an administrator create the `backup-codeowners` group that is populated with members of `committers`.

It's sometimes useful to log the reason for a failure. By separating out the specific failure reasons into different exceptions, clients can now inspect the underlying failure reason. This may...