Butao Zhang
Butao Zhang
### 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?
### What changes were proposed in this pull request? ### Why are the changes needed? Please see comment: https://github.com/apache/hive/pull/3312#discussion_r950617222 ### Does this PR introduce _any_ user-facing change? No ### How...
### What changes were proposed in this pull request? 1. HMS use `Warehouse `to delete/create hdfs dir, so we should pass s3 credentials to `Warehouse `conf. Adding threadlocal conf in...
### What changes were proposed in this pull request? Use a timeout version of waitForAllInputsReady to avoid tez task stuck, ant this may trigger task attempt to keep the job...
Please see more information from https://issues.apache.org/jira/browse/TEZ-4445
### What changes were proposed in this pull request? Clean up invalid exception thrown in MetaStoreClient ### Why are the changes needed? Lots of invalid exception were added in hms...
### What changes were proposed in this pull request? Remove invalid long datatype in ColumnStatsUpdateTask::constructColumnStatsFromInput ### Why are the changes needed? IMO, Hive column does not support long data type....
## Proposed changes Optimize the code of getting snapshotId. We can use the Apache Iceberg funtion to get time travel snapshotId. Issue Number: close #xxx ## Further comments If this...
## Proposed changes https://github.com/apache/doris/pull/15418 added Iceberg time travel in legacy parser but not added this syntax Neredis. If we enable nereids and disable fallback to original palnner, time travel won't...
### What changes were proposed in this pull request? After HIVE-27725, I think we no need to update partitions stats when renaming table. This may fix HIVE-27725&HIVE-27965. ### Why are...