2018yinjian commented on issue #11794:
URL: https://github.com/apache/hudi/issues/11794#issuecomment-2295859192

   I deleted the table and tried again. I found that there was a problem with 
my usage scenario. I synchronized the parquet file of hudi table history data 
in the old cluster to the new cluster through hdfs distcp:
   hadoop distcp 
hdfs://old_cluster/user/hive/warehouse/ods.db/ods_mct_track_result/* 
hdfs://new_cluster/user/hive/warehouse/ods.db/ods_mct_track_result 
   This is the synchronization of historical data, and new data is written with 
inconsistent schemas.The old cluster has the same table structure as the new 
cluster.The expected results should be consistent and there should be no schema 
inconsistency issues.
   


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