Dmitriy Fingerman
Dmitriy Fingerman
### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? ### How was this patch tested?
…in OrcRecordUpdater. ### What changes were proposed in this pull request? When split-update is enabled for ACID, OrcRecordUpdater creates two sets of writers: one for the insert deltas and one...
### What changes were proposed in this pull request? Copy of user payload take a few milliseconds sometimes. This delay adds up for all tasks of a single vertex in...
### What changes were proposed in this pull request? Setting CompactionInfo.runAs in Iceberg Compaction Service. ### Why are the changes needed? Without runAs set, execution fails during compilation phase on...
### What changes were proposed in this pull request? Improvements to Hive Iceberg QB Major Compaction to perform compaction in one commit instead of two commits as was done till...
### What changes were proposed in this pull request? Upgrading Orc version in Hive to the latest version that supports Java 8 - 1.9.3 ### Why are the changes needed?...
… partition by partition ### What changes were proposed in this pull request? Change Major QB Full Table Compaction to compact partition by partition ### Why are the changes needed?...
…Exception ### What changes were proposed in this pull request? When a compaction worker receive TimeoutException during execution of a compaction request, it attempts to cancel a running compaction by...
### What changes were proposed in this pull request? Added LDAP authentication for HS2 WebUI. When enabled via HiveConf, and user attempts to access HS2 WebUI pages, user will be...
… request ### What changes were proposed in this pull request? Ability to specify where clause in compaction requests. ### Why are the changes needed? OPTIMIZE TABLE command's syntax needs...