Kiran Velumuri
Kiran Velumuri
### What changes were proposed in this pull request? HiveProtoLoggingHook in Hive and ProtoHistoryLoggingService in Tez logs details, such as query execution, query plan, runtime statistics, serialised as protobuf files....
### What changes were proposed in this pull request? Timestamp represented as LocalDateTime is changed to ZonedDateTime to take time-zone into account while creating the timestamp to avoid creating invalid...
### What changes were proposed in this pull request? Compare absolute UNIX timestamps value instead of using regex. ### Why are the changes needed? https://issues.apache.org/jira/browse/HIVE-28355 ### Does this PR introduce...
[do not review] failure test cases for HIVE-28337: TestMetaStoreUtils fails for invalid timestamps
### What changes were proposed in this pull request? This PR is for failing test cases mentioned in https://github.com/apache/hive/pull/5309. ### Why are the changes needed? This PR is for failing...
### What changes were proposed in this pull request? Added code for hadnling INSERT INTO statement with target columns specifed in the case of CBO=false. ### Why are the changes...
### What changes were proposed in this pull request? Introduce primary key columns to support HA for MySQL cluster. This works for MySQL 8.0.23 and above. ### Why are the...
### What changes were proposed in this pull request? In case of proxy user opening the transport connection, it fails with Kerberos error since proxy users do not have tgt....