Results 22 issues of Zac Blanco

## Description This change adds KLL Sketch support from the Apache DataSketches library. One of the benefits of KLL sketches is that the implementation supports more datatypes than the existing...

## Description This commits provides two critical changes: 1. Adds a new enum value to ColumnStatisticType: Histogram. 2. Utilizes the new histograms in optimizer's cost calculations ## Histogram SPI Additions...

## Description Fixes the bug found in #22661 This bug occurs due to large IN lists. When computing statistics for queries with this clause, we generate an instance of VariableStatisticEstimate...

## Description Adding these parameters defaults all maven builds from this directory to using a parallelized mode if running on a multi-core machine. It can significantly improve build performance when...

## Description Moves the UI to its own module which can be built in parallel or excluded entirely from the build in `presto-main`. Fixes #22741 ## Motivation and Context Discussed...

## Description This PR removes the `statsAndCosts` field from when a plan fragment is serialized and sent to a worker in a `TaskUpdateRequest`. ## Motivation and Context The PlanFragment class...

## Description This change adds two features: 1. Support for `format ` in EXPLAIN ANALYZE 2. Adds support for a `stats` field in each plan node representation This allows the...

## Description This changes forgoes using the original method of using the AWS SDK `TransferManager` and instead uses the low-level AWS client API in order to support file uploads to...

## Description Returns `TableStatistics` instances which include `VariableStatsEstimate`s corresponding to the selected columns in the table scan and the columns which are in the table layout predicates. ## Motivation and...

Bytes buffered in memory should be considered written for statistical bookkeeping. This fixes issues where writer scaling doesn't work when there are files smaller than the configured parquet row group...