Jack1007

Results 5 comments of Jack1007

我也发现这段逻辑了,但是奇怪的是,我日志里面只打印了ERROR Send request fail日志,没有抛出异常的日志,也就是说它走了重试,并且重试成功return了,跳过了后续的抛异常逻辑。也就是说response = this.currentConnection.request(request, timeoutMills);这一句timeout的报错,并没有阻塞3s,否则不会走重试。

> The ut case failed. HiveWriteITCase#testInsertLocalZonedTimestamp Has fixed, please review again. Thanks.

> For type validation failure for Timestamp LTZ, I think the key problem is not the validation failure perhaps. Summarize the main steps of creating table which metastore is hms...

> @Jack1007 Thanks for your explanation! It seems like a compatible problem between hive 2 and hive 3. Could you please separate this pr to two PRs, one for type...

I have split this PR into two separate ones. **This PR retains only the code fixes for Hive timestamp type validation**, while the other PR specifically addresses and explains the...