hive icon indicating copy to clipboard operation
hive copied to clipboard

Apache Hive

Results 474 hive issues
Sort by recently updated
recently updated
newest added

### What changes were proposed in this pull request? Avoid NULL exception on `HiveQueryLifeTimeHook:checkAndRollbackCTAS` ### Why are the changes needed? Please see details from https://issues.apache.org/jira/browse/HIVE-26466 ### Does this PR introduce...

tests pending

### 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?

tests failed

HIVE-26437: Dump unpartitioned tables in parallel. Currently partitions of table is dump in parallel manner. But if table is not partitioned, it is dumped serially. This change introduces parallelism at...

tests failed

### What changes were proposed in this pull request and why? * Add unit test to trigger the memory leak (not meant to be committed in the repo cause it...

tests failed

### What changes were proposed in this pull request? Compaction queue items now can be labeled, and compaction workers can be assigned to these labels, allowing the segmentation and parallelized...

tests failed

### What changes were proposed in this pull request? Adding Sonar analysis (no test coverage) for the master branch and PRs only at the moment, to track code quality metrics...

tests unstable
sonar-check

…d for partitioned tables ### What changes were proposed in this pull request? entity.getType() returns the value as "PARTITION" for partitioned tables instead of "TABLE" as a result the above...

tests failed

Ticket: [HIVE-26407](https://issues.apache.org/jira/browse/HIVE-26407) What changes were proposed in this pull request? We collect compaction statistics even if compaction fails. We should avoid that behavior. Does this PR introduce any user-facing change?...

tests unstable

### Why are the changes needed? See HIVE-26458 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - Existing tests. - Cherry-picking the change...

tests passed