c-thiel commented on PR #12584: URL: https://github.com/apache/iceberg/pull/12584#issuecomment-2809491067
There seems to be a bug in the updated `datamodel-code-generator==0.28.5` that is used on main, which is why the pipeline fails. `datamodel-code-generator==0.28.4` generates the discriminator correctly as `discriminator='reference-type'` (with `-`) while the updated version on main uses `_` which I believe is wrong. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
