Jalpreet Singh Nanda

Results 11 issues of Jalpreet Singh Nanda

This is needed because RaptorX/Alluxio only works with URI schemes alluxio:// and ws://. This scheme is only used as a key for collecting stats. Fixes #15951 ``` == NO RELEASE...

``` == NO RELEASE NOTE == ```

The Presto Hive Connector currently has two procedures that allow users to sync existing partitions to the metastore or create new empty partitions. The limitation of the current procedures is...

feature request
good first issue
jumpstart

## Description This PR adds support for reading Iceberg V2 tables with Position Deletes. An unsupported exception will be thrown if the table contains Equality Deletes ## Motivation and Context...

## Description After the change: ## Motivation and Context Fixes #22638 ## Contributor checklist - [x] 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), [commit message](https://github.com/prestodb/presto/wiki/Review-and-Commit-guidelines#commit-formatting-and-pull-requests), and [attribution...

## Description Add a new Presto Procedure to invalidate Metastore Cache Procedure can be used in the below ways: - [x] `CALL catalog.system.invalidate_metastore_cache()`: Invalidate full metastore cache - [x] `CALL...

https://github.com/prestodb/presto/actions/runs/10366329899/job/28695349157?pr=23401 ``` Error: Tests run: 3096, Failures: 2, Errors: 0, Skipped: 34, Time elapsed: 2,422.914 s

flaky-test

Multiple occurrences of flakiness for `TestHiveHistoryBasedStatsTracking.testHistoryBasedStatsCalculatorMultipleStrategies` ``` Error: Failures: Error: TestHiveHistoryBasedStatsTracking.testHistoryBasedStatsCalculatorMultipleStrategies:207->AbstractTestQueryFramework.assertPlan:499->AbstractTestQueryFramework.assertPlan:507->AbstractTestQueryFramework.lambda$assertPlan$7:509 Plan does not match, expected [ - anyTree - node(ProjectNode) expectedOutputRowCount(48.0) - node ] but found [ - Output[PlanNodeId...

flaky-test

Parent Issue: https://github.com/prestodb/presto/issues/23785 Based on my preliminary analysis, we need to make the below changes to successfully build and run Presto with Java 17. ### Upgrade spotbugs-annotations and spotbugs-maven-plugin to...

feature request

## Background As of today, Presto primarily supports Java 8/11 in most production environments. However, with Java 17/Java 21 being a Long-Term Support (LTS) release, it’s becoming increasingly important to...

feature request