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/10/11 10:09:22 UTC

[GitHub] [hudi] KnightChess commented on issue #6907: [SUPPORT] hoodie commit time format change

KnightChess commented on issue #6907:
URL: https://github.com/apache/hudi/issues/6907#issuecomment-1274452485

   use hudi-cli or in 0.12, you can use spark procedure to upgrade table.
   use hudi-cli:
   ![image](https://user-images.githubusercontent.com/20125927/195062185-4b8a9bd2-b30b-4d1f-bc1a-159279b6b513.png)
   
   use spark-sql:
   call upgrade_table(table => 'xxx', to_version => 'FIVE');
   ![image](https://user-images.githubusercontent.com/20125927/195062852-053852cd-90ae-468e-b757-598d5ec97e5b.png)
   


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