Reetika Agrawal

Results 16 issues of Reetika Agrawal

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...

Hudi has Hudi Sync which allows sync of table metadata from transaciton logs to HMS/Glue. I wanted to know if there is something similar for Delta Tables?

enhancement

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...

## Description This PR adds below - 1. Native IcebergQueryRunner 2. Tpch tests for Native Iceberg catalog 3. Native IcebergExternalWorkerQueryRunner 4. Tpcds tests for Native Iceberg catalog ## Motivation and...

## Description Add Manifest file caching support for Iceberg Hive Catalog ## Motivation and Context Starting from Iceberg version 1.1.0, Apache Iceberg provides a mechanism to cache the contents of...

Test plan - (Please fill in how you tested your changes) Using the hive catalog access the symlink tables by adding following properties: ``` hive.file-status-cache-expire-time=24h hive.file-status-cache-size=100000000 hive.file-status-cache-tables=* ``` Metrics Queries...

This is needed to enable Rubix caching support for presto. Right now Rubix shaded jar which is being pulled from the maven central repo doesn't include dependency from the 'rubix-presto'...

## Description Add start and end row in ORC pagesource for Iceberg Delete File pruning ## Motivation and Context This was missing for ORC, only present for Parquet ## Impact...

### Problem description Ubuntu build failing when VELOX_ENABLE_PARQUET flag is enabled. https://github.com/facebookincubator/velox/pull/10321 ### System information Operating System : Ubuntu 22.04.4 LTS ### CMake log _No response_

parquet
build
triage