manojpec commented on pull request #3968: URL: https://github.com/apache/hudi/pull/3968#issuecomment-973850995
@vinothchandar > so the zip files are getting added for this PR specifically? the test ones? any reason we needed this? this seems bit orthogonal to delta streamer right Table Zip files were part of the test resources already. These resources are used by the tests to prep/fillup the table. Problem is these tables come with old properties which doesn't contain all the new params needed for the metadata table. So, changed the metadata table properties alone in the old zip and re-zipped them. Now those tests using the zip resources are passing. -- 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]
