muyihao commented on code in PR #11914:
URL: https://github.com/apache/hudi/pull/11914#discussion_r1754385855
##########
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/hive/HoodieCombineHiveInputFormat.java:
##########
@@ -375,6 +389,45 @@ public InputSplit[] getSplits(JobConf job, int numSplits)
throws IOException {
// clear work from ThreadLocal after splits generated in case of thread is
reused in pool.
Utilities.clearWorkMapForConf(job);
+ // build internal schema for the query
+ if (job.getBoolean(INTERNAL_SCHEMA_CACHE_ENABLE, true)) {
Review Comment:
yes, you are right
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]