You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/01/26 12:56:26 UTC

[GitHub] [hudi] xiarixiaoyao edited a comment on pull request #3808: [HUDI-2560] introduce id_based schema to support full schema evolution.

xiarixiaoyao edited a comment on pull request #3808:
URL: https://github.com/apache/hudi/pull/3808#issuecomment-1022160747


   @bvaradar  @leesf  @codope  @XuQianJin-Stars  
   already rebased and updated the codes
   1) add test for FileBasedInternalSchemaStorageManger and rebase code
   2) add support for change column type and fix some test case
      * now support:
      * int => long/float/double/string
      * long => float/double/string
      * float => double/String
      * double => String/Decimal
      * Decimal => Decimal/String
      * String => date/decimal
      * date => String
   
   3) fix some bugs encountered in the production env and delete useless code
   
   look forward to your comments.
   The adaptation of hive and spark will be brought up tomorrow
   


-- 
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: commits-unsubscribe@hudi.apache.org

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