xushiyan commented on issue #7271:
URL: https://github.com/apache/hudi/issues/7271#issuecomment-1324071802

   > to downgrade or upgrade table version through cli. But how can I do that 
on the glue ?
   
   Downgrade/upgrade is via hudi cli which is documented here 
https://hudi.apache.org/docs/cli
   it's to run manually, either locally or from another machine. it does not 
have to go with glue
   
   > Can this issue be due to a schema change in the initial table and new data 
that I am trying to upsert/insert ?
   
   no, this error was raised from 
`org.apache.hudi.common.table.HoodieTableVersion#versionFromCode` means the 
initial bulkinsert was done with hudi 0.10.x which has version code 3, then the 
later upsert was done by earlier version (0.9 or older) which does not know 
about this version code. 
   
   As this job was run via hudi connector by aws for glue, we won't be able to 
troubleshoot any modified version of hudi that this connector is using. please 
raise aws support case to look further.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to