n3nash commented on issue #2515: URL: https://github.com/apache/hudi/issues/2515#issuecomment-773688760
@rubenssoto That command seems to be fine. Can you build the entire project without skipping tests and try ? @vinothchandar From my debugging, since the file is an empty file, and we don't supply default NULL for fields of the extraMetadata map in the avro schema, this NULL pointer can happen. If you look at my diff, I added the default value to the avsc file. Now that you have tried to reproduce this and it doesnt' throw the same exception for you, I'm confused. ---------------------------------------------------------------- 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]
