idrismike commented on issue #6942: URL: https://github.com/apache/hudi/issues/6942#issuecomment-1285631818
@nsivabalan the issue occurs and persists if I try the following: 1. Upgrade a `hudi table with partitions` written using `0.9.0` to `0.12.0` with `metadata` **enabled** - fails. 2. Write a new `hudi table with partitions from scratch` using hudi `0.12.0` with `metadata` **enabled** - fails. 3. Write a new `hudi table with partitions from scratch` using hudi `0.12.0` with `metadata` **disabled** - **works** - But run `HoodieIndexer` with `metadata` **enabled**. fails. This shows that `metadata` generation for `tables with partitions` fails when writing to azure abfss. -- 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]
