nsivabalan commented on pull request #2655: URL: https://github.com/apache/hudi/pull/2655#issuecomment-802777666
Actually we don't have a bug only. We had fixed the [schema for deletes](https://github.com/apache/hudi/blob/f74828fca10ca5539c1aaad2c5e99bb1ddb373c5/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/AbstractHoodieWriteClient.java#L1018) when the PR for deletes was put up only. So, w/o this PR, commit metadata for delete will have the right schema. Schema.create(Schema.Type.NULL) used in HoodieSparkSqlWriter is just not used anywhere. Will repurpose this PR to clean it up to avoid confusion. But its not a blocker as such. So lowering the priority. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
