You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "1032851561 (via GitHub)" <gi...@apache.org> on 2023/03/10 08:40:02 UTC

[GitHub] [hudi] 1032851561 commented on pull request #8098: [HUDI-5913] Table can not read correctly when computed column is in the midst

1032851561 commented on PR #8098:
URL: https://github.com/apache/hudi/pull/8098#issuecomment-1463458585

   > Thanks for the feedback, you are right, the test case passed because the computed column is the last column within the schema, I have created a patch and attach it here: [5913.patch.zip](https://github.com/apache/hudi/files/10929927/5913.patch.zip)
   > 
   > Can you just checkout out a fresh new branch from the latest master, then apply the patch using cmd:
   > 
   > ```java
   > git apply xxx.patch
   > ```
   > 
   > then force push your branch with cmd:
   > 
   > ```
   > git push origin xxx_branch --force
   > ```
   
   I had apply the patch #8154 ,should i close this pr.


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