Pavan Lanka

Results 9 issues of Pavan Lanka

I have a project that creates a new log4j2 appender and has log4j dependencies called out in the project ``` "org.apache.logging.log4j" % "log4j-core" % "2.17.1" "org.apache.logging.log4j" % "log4j-api" % "2.17.1"...

### What changes were proposed in this pull request? Backport of HIVE-22033 and HIVE-26522 to branch-2.3 ### Why are the changes needed? To support delegation token renewal in 2.3 release...

tests unstable

### What changes were proposed in this pull request? Preparing the branch for next development by changing the version from `3.1.3` to `3.1.4-SNAPSHOT` ### Why are the changes needed? Version...

tests unstable

### What changes were proposed in this pull request? Added a test for delegation token renewal that was fixed as part of HIVE-22033 ### Why are the changes needed? For...

tests passed

### What changes were proposed in this pull request? Backport of HIVE-22033 and HIVE-26522 to branch-3.1 ### Why are the changes needed? To support delegation token renewal in 3.1 release...

tests unstable

## What? Fixes ORCFileAppender such that it can retrieve the stripe offsets from the writer instead of having to reopen the file. ## Why? From ORC 1.7 we have a...

spark
ORC
build

## Background [Iceberg specification][spec] captures file references for the following: * Table metadata references `location` that determines the base location of the table. * Snapshot references `manifests` and `manifest-list` to...

### Feature Request / Improvement Currently the ORCFileAppender opens a written ORC file just to derive the Stripe offsets ```java @Override public List splitOffsets() { Preconditions.checkState(isClosed, "File is not yet...

Looking through the ORC code we seem to have some members that are not used from within the ORC project. It is likely that some of these are being used...