Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI apache#5414][KSHC] Reader should not pollut the global hiveCo…
…nf instance ### _Why are the changes needed?_ This pr aims to fix apache#5414. `HiveReader` initialization incorrectly uses the global hadoopConf as hiveconf, which causes reader to pollut the global hadoopConf and cause job read failure. ### _How was this patch tested?_ - [x] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request ### _Was this patch authored or co-authored using generative AI tooling?_ No Closes apache#5424 from Yikf/orc-read. Closes apache#5414 d6bdf7b [yikaifei] [KYUUBI apache#5414] Reader should not polluted the global hiveconf instance Authored-by: yikaifei <[email protected]> Signed-off-by: Cheng Pan <[email protected]>
- Loading branch information