zhuanshenbsj1 commented on code in PR #7159:
URL: https://github.com/apache/hudi/pull/7159#discussion_r1046629024


##########
hudi-hadoop-mr/src/test/java/org/apache/hudi/hadoop/realtime/TestHoodieRealtimeRecordReader.java:
##########
@@ -141,6 +141,7 @@ private void setHiveColumnNameProps(List<Schema.Field> 
fields, JobConf jobConf,
       jobConf.set(hive_metastoreConstants.META_TABLE_PARTITION_COLUMNS, 
PARTITION_COLUMN);
     }
     jobConf.set(hive_metastoreConstants.META_TABLE_COLUMNS, 
hiveOrderedColumnNames);
+    jobConf.set("columns.types", 
"string,string,string,string,string,string,string,string,bigint,string,string");
   }

Review Comment:
   Without this change,after inputDF5 the timeline will be 
commit(instantA)->clustering(instantB)->commit(instantC)->clean(instantD), and  
instantA will archive by instantB,  line-193:allVisibleCDCData = 
cdcDataFrame((commitTime1.toLong - 1).toString)



-- 
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]

Reply via email to