flashJd opened a new pull request, #6246:
URL: https://github.com/apache/hudi/pull/6246

   ## What is the purpose of the pull request
   when migrate external data  to hudi, we extract the schema of the source 
table and use it to create hudi table.
   but when the schema contains a column named ts(a common situation), hudi 
will always precombine data using this column and we can't disable it.
   
   ## Brief change log
   Be able to disable precombine field when table schema contains a field named 
ts
   
   ## Verify this pull request
   modify a test: testRequiredOptionsForSource in TestHoodieTableFactory.java
   add a test: testWriteAndReadWithProctimeSequenceWithTsColumnExisting in 
ITTestHoodieDataSource.java
   
   


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