pengzhiwei2018 commented on pull request #2334:
URL: https://github.com/apache/hudi/pull/2334#issuecomment-812496550


   > https://gist.github.com/nsivabalan/91f12109e0fe1ca9749ff5290c946778
   
   Hi @nsivabalan , I have take a review for your test code. First you write a 
"int" to the table, so the table schema type is "int". Then you write a 
"double" to the table, so the table schema become to "double". The table schema 
changed from "int" to "double". I think this is more reasonable.
   
   In my original idea, I think the first write schema(e.g. "int") is the table 
schema forever. The incoming records after that should be compatible with the 
origin table schema(e.g. "int"). This is this PR wants to solve. I can 
understand more clearly now. The table schema should be change to a more 
generic type (e.g. from "int" to "double"), but not always be the first write 
schema.
   So I can close this PR now. Thanks @nsivabalan for correct me.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to