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

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

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

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


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